Skip to content

Commit a14e59f

Browse files
zepfredtriceo
andauthored
Update core/src/main/java/ai/timefold/solver/core/impl/domain/solution/descriptor/SolutionDescriptor.java
Co-authored-by: Lukáš Petrovický <lukas@petrovicky.net>
1 parent 4060816 commit a14e59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/ai/timefold/solver/core/impl/domain/solution/descriptor/SolutionDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public static <Solution_> SolutionDescriptor<Solution_> buildSolutionDescriptor(
169169
// Temporally disabling the mixed model
170170
if (solutionDescriptor.hasBothBasicAndListVariables()) {
171171
throw new IllegalStateException(
172-
"The mixed model is currently unavailable for general use. Please modify the model to utilize either a list variable or only basic variables.");
172+
"Combining list variable and basic variables is currently not supported.");
173173
}
174174
return solutionDescriptor;
175175
}

0 commit comments

Comments
 (0)