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
We should add support for other SMT solvers, especially for the final SAT call. I don't think we need to adapt stuff like the lazy unfolder just now.
Support for other solvers should be implemented by calling external binaries (not via some native API). Then we could experiment with CVC5 and @ffrohn's SwInE tool. Especially the latter could be extremely useful if we could obtain counterexamples when reasoning about exponentials.
The text was updated successfully, but these errors were encountered:
We should add support for other SMT solvers, especially for the final SAT call. I don't think we need to adapt stuff like the lazy unfolder just now.
Support for other solvers should be implemented by calling external binaries (not via some native API). Then we could experiment with CVC5 and @ffrohn's SwInE tool. Especially the latter could be extremely useful if we could obtain counterexamples when reasoning about exponentials.
The text was updated successfully, but these errors were encountered: