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 is a known issue that you have to turn off pre-processing to ensure correct models. Pre-processing discovers that pred(2,2) doesn't resolve and therefore the clause can be removed. The relevant steps for adjusting the model of the remaining clauses are not taken. We have punted on this given that model correctness can be ensured by disabling fp.xform preprocessing options.
Hi,
I am working with Z3/Spacer (Z3 version 4.13.0 - 64 bit) and found an issue with the following code:
If I call
z3 -model model-validate=true test.smt2
I getThe model is invalid (contradicting the last assertion) and z3 misses to report a warning about this.
The text was updated successfully, but these errors were encountered: