Interface SolverJobStartedEvent<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
public interface SolverJobStartedEvent<Solution_>
Delivered in a consumer thread when the solver starts its solving process.
-
Method Summary
-
Method Details
-
solution
Solution_ solution()- Returns:
- The
initial solutionpassed to the solver
-