Skip to content

Commit

Permalink
add nvalueexcept to num_globals in test constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed May 17, 2024
1 parent 32c8535 commit d34a971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"AllEqual", "AllDifferent", "AllDifferentExcept0", "Cumulative", "GlobalCardinalityCount", "InDomain", "Inverse", "Table", "Circuit",
"Increasing", "IncreasingStrict", "Decreasing", "DecreasingStrict",
# also global functions
"Abs", "Element", "Minimum", "Maximum", "Count", "NValue",
"Abs", "Element", "Minimum", "Maximum", "Count", "NValue", "NValueExcept"
}

# Solvers not supporting arithmetic constraints
Expand Down

0 comments on commit d34a971

Please sign in to comment.