mirror of
https://github.com/Z3Prover/z3
synced 2026-02-21 07:54:42 +00:00
extended debugging for sat.euf
This commit is contained in:
parent
c24d445886
commit
4c6d7158cb
2 changed files with 2 additions and 3 deletions
|
|
@ -612,8 +612,7 @@ namespace arith {
|
|||
verbose_stream() << eval << " " << value << " " << ctx.bpp(n) << "\n";
|
||||
verbose_stream() << n->bool_var() << " " << n->value() << " " << get_phase(n->bool_var()) << " " << ctx.bpp(n) << "\n";
|
||||
verbose_stream() << *b << "\n";);
|
||||
IF_VERBOSE(0, ctx.display(verbose_stream()));
|
||||
IF_VERBOSE(0, verbose_stream() << mdl << "\n");
|
||||
IF_VERBOSE(0, ctx.display_validation_failure(verbose_stream(), mdl, n));
|
||||
UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue