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
Batch mode is the opposite of incremental mode. That is, each query is entirely self-contained with no (push) or (pop) commands, for use with provers that don't support incremental queries (though it's also entirely possible to use it with provers that do support incremental queries, too).
In principle, CVC5 should work with the incremental interface, but something is going wrong. It could have to do with the ping/pong stuff used to determine whether the solver is still alive.
I think it affects most programs, not just the one above.
And, just to be clear, I'm not filing this to put any more work on anyone else's plate. I plan to investigate it and fix it myself.
This doesn't work:
Similar behavior comes up with most Boogie inputs. This is just a representative example.
This finishes in less than a second:
The text was updated successfully, but these errors were encountered: