Package org.optaplanner.core.api.solver
Solver
, SolverFactory
, ...-
Interface Summary Interface Description ProblemFactChange<Solution_> A ProblemFactChange represents a change in 1 or more problem facts of aPlanningSolution
.Solver<Solution_> A Solver solves a planning problem and returns the best solution found.SolverFactory<Solution_> CreatesSolver
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. -
Enum Summary Enum Description SolverStatus The status ofproblem
submitted to theSolverManager
.