Interface FinalBestSolutionEvent<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
public interface FinalBestSolutionEvent<Solution_>
Delivered in a consumer thread at the end of the solving process and contains the final
best
solution found.-
Method Summary
-
Method Details
-
solution
Solution_ solution()- Returns:
- the
best solutionfound by the solver
-