Package org.optaplanner.core.api.solver
Solver, SolverFactory, ...-
Interface Summary Interface Description ProblemFactChange<Solution_> Deprecated, for removal: This API element is subject to removal in a future version. in favor ofProblemChange.Solver<Solution_> A Solver solves a planning problem and returns the best solution found.SolverFactory<Solution_> CreatesSolverinstances.SolverJob<Solution_,ProblemId_> Represents aproblemthat 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 ofproblemsubmitted to theSolverManager.