Skip to content

Commit

Permalink
change inverse tes
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed Mar 25, 2024
1 parent 68acd3b commit 193a46e
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 @@ -177,7 +177,7 @@ def global_constraints(solver):
yield Cumulative(s, dur, e, demand, cap)

if solver not in EXCLUDE_GLOBAL or "inverse" not in EXCLUDE_GLOBAL[solver]:
yield Inverse(NUM_ARGS, [0,1,2])
yield Inverse(NUM_ARGS, [1,2,0])


def reify_imply_exprs(solver):
Expand Down

0 comments on commit 193a46e

Please sign in to comment.