You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/ai/timefold/solver/core/impl/domain/variable/declarative/AbstractVariableReferenceGraph.java
+5-23Lines changed: 5 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ public abstract sealed class AbstractVariableReferenceGraph<Solution_, ChangeTra
43
43
nodeList = List.copyOf(outerGraph.nodeList);
44
44
varinstanceCount = nodeList.size();
45
45
// Often the maps are a singleton; we improve performance by actually making it so.
Copy file name to clipboardExpand all lines: core/src/main/java/ai/timefold/solver/core/impl/domain/variable/declarative/DefaultVariableReferenceGraph.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,18 @@ public DefaultVariableReferenceGraph(VariableReferenceGraphBuilder<Solution_> ou
0 commit comments