Uses of Class
org.optaplanner.examples.tsp.domain.TspSolution
Packages that use TspSolution
Package
Description
-
Uses of TspSolution in org.optaplanner.examples.tsp.app
Methods in org.optaplanner.examples.tsp.app that return types with arguments of type TspSolutionModifier and TypeMethodDescriptionprotected Set<AbstractSolutionExporter<TspSolution>>TspApp.createSolutionExporters()TspApp.createSolutionFileIO()protected Set<AbstractSolutionImporter<TspSolution>>TspApp.createSolutionImporters() -
Uses of TspSolution in org.optaplanner.examples.tsp.domain.solver
Methods in org.optaplanner.examples.tsp.domain.solver with parameters of type TspSolutionModifier and TypeMethodDescriptionDomicileAngleVisitDifficultyWeightFactory.createSorterWeight(TspSolution vehicleRoutingSolution, Visit visit) DomicileDistanceStandstillStrengthWeightFactory.createSorterWeight(TspSolution tspSolution, Standstill standstill) DomicileDistanceVisitDifficultyWeightFactory.createSorterWeight(TspSolution tspSolution, Visit visit) -
Uses of TspSolution in org.optaplanner.examples.tsp.optional.score
Methods in org.optaplanner.examples.tsp.optional.score with parameters of type TspSolutionModifier and TypeMethodDescriptionorg.optaplanner.core.api.score.buildin.simplelong.SimpleLongScoreTspEasyScoreCalculator.calculateScore(TspSolution tspSolution) voidTspIncrementalScoreCalculator.resetWorkingSolution(TspSolution tspSolution) -
Uses of TspSolution in org.optaplanner.examples.tsp.persistence
Methods in org.optaplanner.examples.tsp.persistence that return TspSolutionModifier and TypeMethodDescriptionTspImageStipplerImporter.TspImageStipplerInputBuilder.readSolution()TspImporter.TspInputBuilder.readSolution()Methods in org.optaplanner.examples.tsp.persistence that return types with arguments of type TspSolutionModifier and TypeMethodDescriptionTspImageStipplerImporter.createPngInputBuilder()TspImporter.createTxtInputBuilder()SvgTspLineAndCircleExporter.createTxtOutputBuilder()SvgTspPathExporter.createTxtOutputBuilder()TspExporter.createTxtOutputBuilder()Methods in org.optaplanner.examples.tsp.persistence with parameters of type TspSolutionModifier and TypeMethodDescriptionvoidTspFileIO.write(TspSolution solution, File outputSolutionFile) -
Uses of TspSolution in org.optaplanner.examples.tsp.swingui
Methods in org.optaplanner.examples.tsp.swingui with parameters of type TspSolutionModifier and TypeMethodDescriptionprotected voidTspListPanel.addVisitButton(TspSolution tspSolution, Visit visit) voidTspListPanel.resetPanel(TspSolution tspSolution) voidTspPanel.resetPanel(TspSolution tspSolution) voidTspWorldPanel.resetPanel(TspSolution tspSolution) voidTspListPanel.updatePanel(TspSolution tspSolution) voidTspPanel.updatePanel(TspSolution tspSolution) voidTspWorldPanel.updatePanel(TspSolution tspSolution)