Class DefaultSolverManager<Solution_,ProblemId_>

java.lang.Object
org.optaplanner.core.impl.solver.DefaultSolverManager<Solution_,ProblemId_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
ProblemId_ - the ID type of submitted problem, such as Long or UUID.
All Implemented Interfaces:
AutoCloseable, SolverManager<Solution_,ProblemId_>

public final class DefaultSolverManager<Solution_,ProblemId_> extends Object implements SolverManager<Solution_,ProblemId_>