Uses of Interface
org.optaplanner.core.api.solver.Solver
- 
- 
Uses of Solver in org.optaplanner.benchmark.impl.statisticMethods in org.optaplanner.benchmark.impl.statistic with parameters of type Solver Modifier and Type Method Description abstract voidSubSingleStatistic. close(Solver<Solution_> solver)abstract voidSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.bestscoreMethods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type Solver Modifier and Type Method Description voidBestScoreSubSingleStatistic. close(Solver<Solution_> solver)voidBestScoreSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.bestsolutionmutationMethods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type Solver Modifier and Type Method Description voidBestSolutionMutationSubSingleStatistic. close(Solver<Solution_> solver)voidBestSolutionMutationSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.memoryuseMethods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type Solver Modifier and Type Method Description voidMemoryUseSubSingleStatistic. close(Solver<Solution_> solver)voidMemoryUseSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.movecountperstepMethods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type Solver Modifier and Type Method Description voidMoveCountPerStepSubSingleStatistic. close(Solver<Solution_> solver)voidMoveCountPerStepSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.scorecalculationspeedMethods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type Solver Modifier and Type Method Description voidScoreCalculationSpeedSubSingleStatistic. close(Solver<Solution_> solver)voidScoreCalculationSpeedSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.benchmark.impl.statistic.stepscoreMethods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type Solver Modifier and Type Method Description voidStepScoreSubSingleStatistic. close(Solver<Solution_> solver)voidStepScoreSubSingleStatistic. open(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 Solver Modifier and Type Method Description voidConstraintMatchTotalBestScoreSubSingleStatistic. close(Solver<Solution_> solver)voidConstraintMatchTotalBestScoreSubSingleStatistic. open(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 Solver Modifier and Type Method Description voidConstraintMatchTotalStepScoreSubSingleStatistic. close(Solver<Solution_> solver)voidConstraintMatchTotalStepScoreSubSingleStatistic. open(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 Solver Modifier and Type Method Description voidPickedMoveTypeBestScoreDiffSubSingleStatistic. close(Solver<Solution_> solver)voidPickedMoveTypeBestScoreDiffSubSingleStatistic. open(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 Solver Modifier and Type Method Description voidPickedMoveTypeStepScoreDiffSubSingleStatistic. close(Solver<Solution_> solver)voidPickedMoveTypeStepScoreDiffSubSingleStatistic. open(Solver<Solution_> solver)
- 
Uses of Solver in org.optaplanner.core.api.solverMethods in org.optaplanner.core.api.solver that return Solver Modifier and Type Method Description Solver<Solution_>SolverFactory. buildSolver()Creates a newSolverinstance.
- 
Uses of Solver in org.optaplanner.core.api.solver.eventConstructors in org.optaplanner.core.api.solver.event with parameters of type Solver Constructor Description BestSolutionChangedEvent(Solver<Solution_> solver, long timeMillisSpent, Solution_ newBestSolution, Score newBestScore)
- 
Uses of Solver in org.optaplanner.core.impl.partitionedsearchClasses in org.optaplanner.core.impl.partitionedsearch that implement Solver Modifier and Type Class Description classPartitionSolver<Solution_>
- 
Uses of Solver in org.optaplanner.core.impl.solverClasses in org.optaplanner.core.impl.solver that implement Solver Modifier and Type Class Description classAbstractSolver<Solution_>Common code betweenDefaultSolverand child solvers (such asPartitionSolver.classDefaultSolver<Solution_>Default implementation forSolver.Methods in org.optaplanner.core.impl.solver that return Solver Modifier and Type Method Description Solver<Solution_>DefaultSolverFactory. buildSolver()Constructors in org.optaplanner.core.impl.solver with parameters of type Solver Constructor Description DefaultSolverJob(DefaultSolverManager<Solution_,ProblemId_> solverManager, Solver<Solution_> solver, ProblemId_ problemId, Function<? super ProblemId_,? extends Solution_> problemFinder, 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 Constructor Description SolverEventSupport(Solver<Solution_> solver)
 
-