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
The problem is in Line 1851: // Early cutoff detection
where the short circuiting of forall and exists takes place
but the code return true/false immediately
it should also clear the substitutions (variable name subs) which is in line
1858.
Seems to be an unwanted side effect. Did you intend it to be this way ?
Original issue reported on code.google.com by [email protected] on 3 Aug 2011 at 7:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Aug 2011 at 7:43The text was updated successfully, but these errors were encountered: