You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue as #259, unsupported global constraints should be decomposed in decompose_global.
If table is supported, the constraint falls through the transformation on the current master.
bug found with fuzztesting
iv = intvar(-8,8, shape=3)
bv = boolvar()
cons = [bv.implies(Table(iv,[0,5,4]))]
linearize_constraint(cons)
The text was updated successfully, but these errors were encountered: