Interface ScoreManager<Solution_,Score_ extends Score<Score_>>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
Score_ - the actual score type
All Known Implementing Classes:
DefaultScoreManager

@Deprecated(forRemoval=true) public interface ScoreManager<Solution_,Score_ extends Score<Score_>>
Deprecated, for removal: This API element is subject to removal in a future version.
Use SolutionManager instead.
A stateless service to help calculate Score, ConstraintMatchTotal, Indictment, etc.

To create a ScoreManager, use create(SolverFactory).

These methods are thread-safe unless explicitly stated otherwise.