Class DefaultSolverManager<Solution_,​ProblemId_>

  • Type Parameters:
    Solution_ - the solution type, the class with the PlanningSolution annotation
    ProblemId_ - the ID type of a 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_>