Uses of Package
org.optaplanner.core.api.solver
Packages that use org.optaplanner.core.api.solver
Package
Description
Classes used for
Score
calculation.Solver
, SolverFactory
, ...Event listeners for
Solver
.-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.benchmark.impl.statistic
-
-
-
-
-
-
-
-
-
-
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.api.scoreClassDescriptionTo fully de-normalize a planning solution freshly loaded from persistent storage, two operations need to happen: Variable listeners need to run, reading the state of all entities and computing values for their shadow variables. Score needs to be calculated and stored on the planning solution.Creates
Solver
instances.A SolverManager solves multiple planning problems of the same domain, asynchronously without blocking the calling thread. -
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.api.solverClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.To fully de-normalize a planning solution freshly loaded from persistent storage, two operations need to happen: Variable listeners need to run, reading the state of all entities and computing values for their shadow variables. Score needs to be calculated and stored on the planning solution.A Solver solves a planning problem and returns the best solution found.Creates
Solver
instances.Represents aproblem
that has been submitted to solve on theSolverManager
.A SolverManager solves multiple planning problems of the same domain, asynchronously without blocking the calling thread.The status ofproblem
submitted to theSolverManager
. -
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.api.solver.event
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.config.solver.monitoring
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.impl.partitionedsearchClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Prefer
ProblemChange
.A Solver solves a planning problem and returns the best solution found. -
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.impl.scoreClassDescriptionTo fully de-normalize a planning solution freshly loaded from persistent storage, two operations need to happen: Variable listeners need to run, reading the state of all entities and computing values for their shadow variables. Score needs to be calculated and stored on the planning solution.
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.impl.solverClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Prefer
ProblemChange
.To fully de-normalize a planning solution freshly loaded from persistent storage, two operations need to happen: Variable listeners need to run, reading the state of all entities and computing values for their shadow variables. Score needs to be calculated and stored on the planning solution.A Solver solves a planning problem and returns the best solution found.CreatesSolver
instances.Represents aproblem
that has been submitted to solve on theSolverManager
.A SolverManager solves multiple planning problems of the same domain, asynchronously without blocking the calling thread.The status ofproblem
submitted to theSolverManager
. -
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.impl.solver.changeClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Prefer
ProblemChange
. -
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.impl.solver.event
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.core.impl.statistic
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.test.impl.score
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.test.impl.score.buildin.bendable
-
-
-
-
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.test.impl.score.buildin.hardsoft
-
-
-
Classes in org.optaplanner.core.api.solver used by org.optaplanner.test.impl.score.buildin.simple
-
-
ProblemChange
.