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
Only_bv_implies goes into a loop when a reified global is given as input.
For now this never occurs in the wild since no solvers using only_bv_implies support any reified globals, but that could be possible in the future. Otherwise we should clearly state this precondition for only_bv_implies.
Only_bv_implies goes into a loop when a reified global is given as input.
For now this never occurs in the wild since no solvers using only_bv_implies support any reified globals, but that could be possible in the future. Otherwise we should clearly state this precondition for only_bv_implies.
example:
bv = boolvar(shape=3)
only_bv_implies([Xor([bv[0],bv[1]]) == bv[2]])
The text was updated successfully, but these errors were encountered: