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
hmm, indeed. So we need to cover both rhs and lhs, or move canonical comparison after reify_rewrite. But as the plan is to move it before/in flatten at some point, we should just cover both cases.
Flatten_constraint() allows nested output in the case of a reified comparison i.e
(IV1 == IV2) == BV
This case is not handled by canonical comparison. Althought the example above does not give an error when using choco, the following does:
The text was updated successfully, but these errors were encountered: