Skip to content

Commit 144b91d

Browse files
committed
Remove all uses of VRM
1 parent 83dd679 commit 144b91d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/ai/timefold/solver/benchmarks/micro/scoredirector/problems/AbstractProblem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public final void setupIteration() {
141141
// Prepare the lifecycle.
142142
var solverScope = new SolverScope<Solution_>();
143143
solverScope.setScoreDirector(scoreDirector);
144-
solverScope.setValueRangeManager(scoreDirector.getValueRangeManager());
145144
solverScope.setWorkingRandom(new Random(0)); // Fully reproducible random selection.
146145
moveRepository.solvingStarted(solverScope);
147146
phaseScope = new LocalSearchPhaseScope<>(solverScope, 0);

0 commit comments

Comments
 (0)