Package org.optaplanner.core.impl.solver
-
Interface Summary Interface Description ProblemFactChange<Solution_> A ProblemFactChange represents a change in 1 or more problem facts of aPlanningSolution
. -
Class Summary Class Description AbstractSolver<Solution_> Common code betweenDefaultSolver
and child solvers (such asPartitionSolver
.DefaultSolver<Solution_> Default implementation forSolver
.DefaultSolverFactory<Solution_> DefaultSolverJob<Solution_,ProblemId_> DefaultSolverManager<Solution_,ProblemId_>