Skip to content

Commit

Permalink
rm InverseIne and Channel from testing with minizinc too as they get …
Browse files Browse the repository at this point in the history
…decomposed (cft total vs partial function problem for reification)
  • Loading branch information
363734 committed May 28, 2024
1 parent 63cfab0 commit 5d306f9
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 @@ -34,7 +34,7 @@
"choco": {"Inverse", "InverseOne", "Channel"},
"ortools":{"Inverse", "InverseOne", "Channel"},
"exact": {"Inverse", "InverseOne", "Channel"},
"minizinc": {"IncreasingStrict"} # bug #813 reported on libminizinc
"minizinc": {"IncreasingStrict", "InverseOne", "Channel" } # bug #813 reported on libminizinc
}

# Exclude certain operators for solvers.
Expand Down

0 comments on commit 5d306f9

Please sign in to comment.