Uses of Interface
ai.timefold.solver.core.api.solver.Solver
-
-
Uses of Solver in ai.timefold.solver.core.api.solver
Methods in ai.timefold.solver.core.api.solver that return Solver Modifier and Type Method Description Solver<Solution_>SolverFactory. buildSolver()Creates a newSolverinstance. -
Uses of Solver in ai.timefold.solver.core.api.solver.event
Constructors in ai.timefold.solver.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 ai.timefold.solver.core.config.solver.monitoring
Methods in ai.timefold.solver.core.config.solver.monitoring with parameters of type Solver Modifier and Type Method Description voidSolverMetric. register(Solver<?> solver)voidSolverMetric. unregister(Solver<?> solver) -
Uses of Solver in ai.timefold.solver.core.impl.partitionedsearch
Classes in ai.timefold.solver.core.impl.partitionedsearch that implement Solver Modifier and Type Class Description classPartitionSolver<Solution_> -
Uses of Solver in ai.timefold.solver.core.impl.solver
Classes in ai.timefold.solver.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 ai.timefold.solver.core.impl.solver that return Solver Modifier and Type Method Description Solver<Solution_>DefaultSolverFactory. buildSolver()Constructors in ai.timefold.solver.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_> bestSolutionConsumer, Consumer<? super Solution_> finalBestSolutionConsumer, BiConsumer<? super ProblemId_,? super Throwable> exceptionHandler) -
Uses of Solver in ai.timefold.solver.core.impl.solver.event
Constructors in ai.timefold.solver.core.impl.solver.event with parameters of type Solver Constructor Description SolverEventSupport(Solver<Solution_> solver) -
Uses of Solver in ai.timefold.solver.core.impl.statistic
Methods in ai.timefold.solver.core.impl.statistic with parameters of type Solver Modifier and Type Method Description voidBestScoreStatistic. register(Solver<Solution_> solver)voidBestSolutionMutationCountStatistic. register(Solver<Solution_> solver)voidMemoryUseStatistic. register(Solver<Solution_> solver)voidPickedMoveBestScoreDiffStatistic. register(Solver<Solution_> solver)voidPickedMoveStepScoreDiffStatistic. register(Solver<Solution_> solver)voidSolverStatistic. register(Solver<Solution_> solver)voidStatelessSolverStatistic. register(Solver<Solution_> solver)voidBestScoreStatistic. 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)
-