3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-17 11:26:17 +00:00

add logging and diagnostics

This commit is contained in:
Nikolaj Bjorner 2022-11-09 19:50:22 -08:00
parent 9d09064ad0
commit f4e17ecc65
2 changed files with 5 additions and 1 deletions

View file

@ -279,6 +279,8 @@ void asserted_formulas::reduce() {
TRACE("before_reduce", display(tout););
CASSERT("well_sorted", check_well_sorted());
IF_VERBOSE(10, verbose_stream() << "(smt.simplify-begin :num-exprs " << get_total_size() << ")\n";);
set_eliminate_and(false); // do not eliminate and before nnf.
if (!invoke(m_propagate_values)) return;
if (!invoke(m_find_macros)) return;