We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287a193 commit 77867f3Copy full SHA for 77867f3
core/src/main/java/ai/timefold/solver/core/api/solver/SolutionUpdatePolicy.java
@@ -40,7 +40,7 @@ public enum SolutionUpdatePolicy {
40
/**
41
* Runs variable listeners on all planning entities and problem facts,
42
* updates shadow variables.
43
- * Assumes an uninitialized solution;
+ * Assumes all shadow variables are unset;
44
* for solutions where some shadow variables are already filled in,
45
* use {@link #RESET_SHADOW_VARIABLES_ONLY} instead.
46
* <p>
0 commit comments