Class SolverConfigOverride<Solution_>
java.lang.Object
ai.timefold.solver.core.api.solver.SolverConfigOverride<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
Includes settings to override default
Solver configuration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithTerminationConfig(TerminationConfig terminationConfig) Sets the solverTerminationConfig.
-
Constructor Details
-
SolverConfigOverride
public SolverConfigOverride()
-
-
Method Details
-
getTerminationConfig
-
withTerminationConfig
Sets the solverTerminationConfig.- Parameters:
terminationConfig- allows overriding the default termination config ofSolver- Returns:
- this, never null
-