-
Enhancement
-
Resolution: Won't Do
-
Minor
-
6.3.0.Final
-
None
-
NEW
-
NEW
Advantage:
- a generic ScoreDirector would allow users to avoid the getWorkingSolution() cast to their impl.
Disadvantages:
- Proliferates across all code... custom phase commands, all scopes, solution descriptor, ScoreDirectorFactory, ...
- Users would need to use their solution type in the generic parameter of the CustomPhaseCommand, ...
- relates to
-
PLANNER-489 Avoid getBestSolution() cast by generifying Solver and SolverFactory and return the best solution from solve()
- Resolved