Interface SolverJob<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 Known Implementing Classes:
    DefaultSolverJob

    public interface SolverJob<Solution_,​ProblemId_>
    Represents a problem that has been submitted to solve on the SolverManager.