mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix missing propagation on final
This commit is contained in:
parent
33ffd464cf
commit
24baf56e27
2 changed files with 8 additions and 7 deletions
|
@ -335,8 +335,8 @@ namespace euf {
|
|||
continue;
|
||||
if (!tt && !mdl.is_true(e))
|
||||
continue;
|
||||
IF_VERBOSE(0, display_validation_failure(verbose_stream(), mdl, n););
|
||||
CTRACE("euf", first, display_validation_failure(tout, mdl, n););
|
||||
IF_VERBOSE(0, display_validation_failure(verbose_stream(), mdl, n););
|
||||
(void)first;
|
||||
first = false;
|
||||
exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue