Skip to content

Commit 277193a

Browse files
committed
Revert "Rebalance mr"
This reverts commit 35836d6.
1 parent 85eb55b commit 277193a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/ai/timefold/solver/benchmarks/examples/machinereassignment/app/MachineReassignmentSmokeTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package ai.timefold.solver.benchmarks.examples.machinereassignment.app;
22

3+
import java.util.stream.Stream;
4+
35
import ai.timefold.solver.benchmarks.examples.common.app.SolverSmokeTest;
46
import ai.timefold.solver.benchmarks.examples.machinereassignment.domain.MachineReassignment;
57
import ai.timefold.solver.core.api.score.buildin.hardsoftlong.HardSoftLongScore;
68

7-
import java.util.stream.Stream;
8-
99
class MachineReassignmentSmokeTest extends SolverSmokeTest<MachineReassignment, HardSoftLongScore> {
1010

1111
private static final String UNSOLVED_DATA_FILE = "data/machinereassignment/unsolved/model_a2_1.json";
@@ -19,7 +19,7 @@ protected MachineReassignmentApp createCommonApp() {
1919
protected Stream<TestData<HardSoftLongScore>> testData() {
2020
return Stream.of(
2121
TestData.of(UNSOLVED_DATA_FILE,
22-
HardSoftLongScore.ofSoft(-7483748),
23-
HardSoftLongScore.ofSoft(-10306055)));
22+
HardSoftLongScore.ofSoft(-39203859),
23+
HardSoftLongScore.ofSoft(-61212262)));
2424
}
2525
}

0 commit comments

Comments
 (0)