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
Back-translate the SMTLIB unary minus, ignore models in "get-model" tests (#4033)
This is a bridge PR that we need before bumping Z3 to 4.13.0.
- modify `test/rpc-server/runTests.py` to not compare the actual model
from `"get-model"` responses, as it may be non-deterministic. Only
compare the `"satisfiable"` field, i.e. model existence;
- when back-translating the results of `"get-model"` from SMTLIB2
s-expression to Kore, allow unary minus.
0 commit comments