-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
2021 Week 37-39 (from Sep 13)
-
2
-
NEW
-
NEW
Motivation: I am recommending a user to do temporary this for debugging purposes, after solving:
System.out.println(ScoreManager.getSummary(bestSolution))
but creating that ScoreManager is non-trivial if they are working with the SolverManager. Therefore, add this convenience method: ScoreManager.create(SolverManager)
Reqs: the SolverManager and ScoreManager must be using the same SolverFactory instance afterwards.