Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed May 24, 2024
1 parent c7188a4 commit c899a92
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 @@ -16,7 +16,7 @@
# Exclude some global constraints for solvers

NUM_GLOBAL = {
"AllEqual", "AllDifferent", "AllDifferentLists" "AllDifferentExcept0",
"AllEqual", "AllDifferent", "AllDifferentLists", "AllDifferentExcept0",
"Cumulative", "GlobalCardinalityCount", "InDomain", "Inverse", "Table", "Circuit",
"Increasing", "IncreasingStrict", "Decreasing", "DecreasingStrict",
# also global functions
Expand Down

0 comments on commit c899a92

Please sign in to comment.