Uses of Interface
org.optaplanner.core.api.solver.Solver
-
Packages that use Solver Package Description org.optaplanner.core.api.solver Solver,SolverFactory, ...org.optaplanner.core.api.solver.event Event listeners forSolver.org.optaplanner.core.config.solver org.optaplanner.core.impl.partitionedsearch org.optaplanner.core.impl.solver org.optaplanner.core.impl.solver.event -
-
Uses of Solver in org.optaplanner.core.api.solver
Methods in org.optaplanner.core.api.solver that return Solver Modifier and Type Method Description abstract Solver<Solution_>SolverFactory. buildSolver()Creates a newSolverinstance. -
Uses of Solver in org.optaplanner.core.api.solver.event
Constructors 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.config.solver
Methods in org.optaplanner.core.config.solver that return Solver Modifier and Type Method Description <Solution_>
Solver<Solution_>SolverConfig. buildSolver(SolverConfigContext configContext)Do not use this method, it is an internal method. -
Uses of Solver in org.optaplanner.core.impl.partitionedsearch
Classes in org.optaplanner.core.impl.partitionedsearch that implement Solver Modifier and Type Class Description classPartitionSolver<Solution_> -
Uses of Solver in org.optaplanner.core.impl.solver
Classes 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.event
Constructors in org.optaplanner.core.impl.solver.event with parameters of type Solver Constructor Description SolverEventSupport(Solver<Solution_> solver)
-