Skip to content

Commit ab40648

Browse files
committed
chore: remove preview feature
1 parent 3681b18 commit ab40648

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

benchmark/src/main/resources/benchmark.xsd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,9 +2603,6 @@
26032603
<xs:enumeration value="DIVERSIFIED_LATE_ACCEPTANCE"/>
26042604

26052605

2606-
<xs:enumeration value="RECONFIGURATION"/>
2607-
2608-
26092606
<xs:enumeration value="PLANNING_SOLUTION_DIFF"/>
26102607

26112608

core/src/main/java/ai/timefold/solver/core/config/solver/PreviewFeature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
public enum PreviewFeature {
44
DIVERSIFIED_LATE_ACCEPTANCE,
5-
RECONFIGURATION,
65
PLANNING_SOLUTION_DIFF
76

87
}

core/src/main/resources/solver.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,6 @@
15811581

15821582
<xs:enumeration value="DIVERSIFIED_LATE_ACCEPTANCE"/>
15831583

1584-
<xs:enumeration value="RECONFIGURATION"/>
1585-
15861584
<xs:enumeration value="PLANNING_SOLUTION_DIFF"/>
15871585

15881586
</xs:restriction>

0 commit comments

Comments
 (0)