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
Currently, if we have a goal (A /\ B)', the decomposition is not proposed, because the outer-most operator is not /\. The priming should probably be pushed down before matching the pattern.
Currently, if we have a goal
(A /\ B)', the decomposition is not proposed, because the outer-most operator is not/\. The priming should probably be pushed down before matching the pattern.