Skip to content

Commit

Permalink
allequal_exceptN is also numerical
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed May 21, 2024
1 parent 6b48828 commit c4f177b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# Exclude some global constraints for solvers

NUM_GLOBAL = {
"AllEqual", "AllDifferent", "AllDifferentExcept0", "AllDifferentExceptN", "Cumulative", "GlobalCardinalityCount", "InDomain", "Inverse", "Table", "Circuit",
"AllEqual", "AllDifferent", "AllDifferentExcept0", "AllDifferentExceptN", "AllEqualExceptN",
"Cumulative", "GlobalCardinalityCount", "InDomain", "Inverse", "Table", "Circuit",
"Increasing", "IncreasingStrict", "Decreasing", "DecreasingStrict",
# also global functions
"Abs", "Element", "Minimum", "Maximum", "Count", "NValue", "NValueExcept"
Expand Down

0 comments on commit c4f177b

Please sign in to comment.