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
It would be great to let the user pick their own smtlib backend, but right now we are pretty heavily dependant on the z3 Python API. The Z3 python API is also quite slow, so I suspect that resorting to raw SMTLIB commands is unlikely to slow us down.
NOTE: Looks like we could try out the incremental parser and see how that does.
The text was updated successfully, but these errors were encountered:
It would be great to let the user pick their own smtlib backend, but right now we are pretty heavily dependant on the z3 Python API. The Z3 python API is also quite slow, so I suspect that resorting to raw SMTLIB commands is unlikely to slow us down.
NOTE: Looks like we could try out the incremental parser and see how that does.
The text was updated successfully, but these errors were encountered: