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
But it's hard to tell it's exactly the same root-cause, so reporting it anew.
For the following benchmark; z3 reports sat with value of s1 = 2275. The benchmark is actually unsat. If you indeed put (assert (= s1 2275)) into the benchmark (see the commented out section about 15 lines from the top) z3 reports unsat.
still working on 2445, root cause remains elusive although it should be crackable. Other (and smaller) examples are welcome. For example, I could make a crude delta-debug of 2445 by decomposing some of the top level connectives. Maybe Mathias and Aina's delta debugging tools apply, but I haven't operated them myself.
This is most likely another incarnation of #2445
But it's hard to tell it's exactly the same root-cause, so reporting it anew.
For the following benchmark; z3 reports
sat
with value ofs1 = 2275
. The benchmark is actuallyunsat
. If you indeed put(assert (= s1 2275))
into the benchmark (see the commented out section about 15 lines from the top) z3 reportsunsat
.The text was updated successfully, but these errors were encountered: