Uses of Interface
org.optaplanner.core.api.solver.Solver
Packages that use Solver
- 
Uses of Solver in org.optaplanner.benchmark.impl.statisticMethods in org.optaplanner.benchmark.impl.statistic with parameters of type SolverModifier and TypeMethodDescriptionvoidSubSingleStatistic.close(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) abstract voidSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.bestscoreMethods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type SolverModifier and TypeMethodDescriptionvoidBestScoreSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.bestsolutionmutationMethods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type SolverModifier and TypeMethodDescriptionvoidBestSolutionMutationSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.memoryuseMethods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type SolverModifier and TypeMethodDescriptionvoidMemoryUseSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.movecountperstepMethods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type SolverModifier and TypeMethodDescriptionvoidMoveCountPerStepSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.scorecalculationspeedMethods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type SolverModifier and TypeMethodDescriptionvoidScoreCalculationSpeedSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.stepscoreMethods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type SolverModifier and TypeMethodDescriptionvoidStepScoreSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore with parameters of type SolverModifier and TypeMethodDescriptionvoidConstraintMatchTotalBestScoreSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore with parameters of type SolverModifier and TypeMethodDescriptionvoidConstraintMatchTotalStepScoreSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore with parameters of type SolverModifier and TypeMethodDescriptionvoidPickedMoveTypeBestScoreDiffSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type SolverModifier and TypeMethodDescriptionvoidPickedMoveTypeStepScoreDiffSubSingleStatistic.open(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) 
- 
Uses of Solver in org.optaplanner.core.api.solverMethods in org.optaplanner.core.api.solver that return Solver
- 
Uses of Solver in org.optaplanner.core.api.solver.eventConstructors in org.optaplanner.core.api.solver.event with parameters of type SolverModifierConstructorDescriptionBestSolutionChangedEvent(Solver<Solution_> solver, long timeMillisSpent, Solution_ newBestSolution, Score newBestScore) 
- 
Uses of Solver in org.optaplanner.core.config.solver.monitoringMethods in org.optaplanner.core.config.solver.monitoring with parameters of type Solver
- 
Uses of Solver in org.optaplanner.core.impl.partitionedsearchClasses in org.optaplanner.core.impl.partitionedsearch that implement Solver
- 
Uses of Solver in org.optaplanner.core.impl.solverClasses in org.optaplanner.core.impl.solver that implement SolverModifier and TypeClassDescriptionclassAbstractSolver<Solution_>Common code betweenDefaultSolverand child solvers (such asPartitionSolver).classDefaultSolver<Solution_>Default implementation forSolver.Methods in org.optaplanner.core.impl.solver that return SolverConstructors in org.optaplanner.core.impl.solver with parameters of type SolverModifierConstructorDescriptionDefaultSolverJob(DefaultSolverManager<Solution_, ProblemId_> solverManager, Solver<Solution_> solver, ProblemId_ problemId, Function<? super ProblemId_, ? extends Solution_> problemFinder, Consumer<? super Solution_> bestSolutionConsumer, Consumer<? super Solution_> finalBestSolutionConsumer, BiConsumer<? super ProblemId_, ? super Throwable> exceptionHandler) 
- 
Uses of Solver in org.optaplanner.core.impl.solver.eventConstructors in org.optaplanner.core.impl.solver.event with parameters of type Solver
- 
Uses of Solver in org.optaplanner.core.impl.statisticMethods in org.optaplanner.core.impl.statistic with parameters of type SolverModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidBestScoreStatistic.unregister(Solver<Solution_> solver) voidBestSolutionMutationCountStatistic.unregister(Solver<Solution_> solver) voidMemoryUseStatistic.unregister(Solver<Solution_> solver) voidPickedMoveBestScoreDiffStatistic.unregister(Solver<Solution_> solver) voidPickedMoveStepScoreDiffStatistic.unregister(Solver<Solution_> solver) voidSolverStatistic.unregister(Solver<Solution_> solver) voidStatelessSolverStatistic.unregister(Solver<Solution_> solver)