-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
NEW
-
NEW
Solver.getBestSolution() is suppose to be thread safe, but DefaultSolverScope says
protected transient Solution bestSolution;
instead of
protected volatile Solution bestSolution;
Ouch.
- blocks
-
PLANNER-505 REST interface spec for OptaPlanner Execution Server
- Resolved