Skip to content

Commit

Permalink
Reduce size for nValues test (TestExplanation#testFromFactory)
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Feb 4, 2025
1 parent 82f7a7f commit 7ff6fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public Object[][] getConstraints() {
{"min", new Class[]{IntVar.class, IntVar.class, IntVar.class}, new Object[]{null, null, null}},
{"min", new Class[]{BoolVar.class, BoolVar[].class}, new Object[]{null, 6}},
{"notAllEqual", new Class[]{IntVar[].class}, new Object[]{6}},
{"nValues", new Class[]{IntVar[].class, IntVar.class}, new Object[]{6, null}},
{"nValues", new Class[]{IntVar[].class, IntVar.class}, new Object[]{4, null}},
{"or", new Class[]{BoolVar[].class}, new Object[]{6}},
{"path", new Class[]{IntVar[].class, IntVar.class, IntVar.class}, new Object[]{6, null, null}},
{"path", new Class[]{IntVar[].class, IntVar.class, IntVar.class, int.class}, new Object[]{6, null, null, null}},
Expand Down

0 comments on commit 7ff6fcf

Please sign in to comment.