Package org.optaplanner.core.api.solver
package org.optaplanner.core.api.solver
Solver
, SolverFactory
, ...-
ClassDescriptionProblemFactChange<Solution_>Deprecated, for removal: This API element is subject to removal in a future version.Solver<Solution_>A Solver solves a planning problem and returns the best solution found.SolverFactory<Solution_>Creates
Solver
instances.SolverJob<Solution_,ProblemId_> Represents aproblem
that has been submitted to solve on theSolverManager
.SolverManager<Solution_,ProblemId_> A SolverManager solves multiple planning problems of the same domain, asynchronously without blocking the calling thread.The status ofproblem
submitted to theSolverManager
.
ProblemChange
.