Package org.optaplanner.core.api.solver
Solver
, SolverFactory
, ...-
Interface Summary Interface Description Solver<Solution_> A Solver solves a planning problem and returns the best solution found.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. -
Class Summary Class Description SolverFactory<Solution_> CreatesSolver
instances. -
Enum Summary Enum Description SolverStatus The status ofproblem
submitted to theSolverManager
.