mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
This commit is contained in:
parent
c388d99c35
commit
ed49c1eae3
4 changed files with 14 additions and 7 deletions
|
@ -1057,7 +1057,7 @@ private:
|
|||
CTRACE("sat", !m.is_true(tmp),
|
||||
tout << "Evaluation failed: " << mk_pp(f, m) << " to " << tmp << "\n";
|
||||
model_smt2_pp(tout, m, *(mdl.get()), 0););
|
||||
if (!m.is_true(tmp)) {
|
||||
if (m.is_false(tmp)) {
|
||||
IF_VERBOSE(0, verbose_stream() << "failed to verify: " << mk_pp(f, m) << "\n");
|
||||
IF_VERBOSE(0, verbose_stream() << "evaluated to " << tmp << "\n");
|
||||
all_true = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue