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
Closing as the new linearize function should not decompose any global constraints.
Either they are decomposed using decompose_global or the constraint is supported and should fall through the entire transformation.
Bug found while fuzztesting on linearize_constraint
minimal example:
cons = [Element([1,5,3,4],iv[0]) == 6]
linearize_constraint(cons)
possible fix: make array in Element constructor
The text was updated successfully, but these errors were encountered: