Skip to content

Commit

Permalink
add implied pow to minizinc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Oct 12, 2023
1 parent 2bef390 commit d603bc0
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 @@ -30,7 +30,7 @@
# Some solvers only support a subset of operators in imply-constraints
# This subset can differ between left and right hand side of the implication
EXCLUDE_IMPL = {"ortools": {},
"minizinc": {"pow"}, # TODO: raises 'free variable in non-positive context', what is at play?
"minizinc": {},
"z3": {},
"pysat": {},
"pysdd": {},
Expand Down

0 comments on commit d603bc0

Please sign in to comment.