mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
disable expensive model validation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f048cb27ba
commit
271cd2ac6b
4 changed files with 3 additions and 2 deletions
|
@ -1340,7 +1340,6 @@ namespace smt {
|
|||
break;
|
||||
}
|
||||
TRACE("mk_clause", tout << "after simplification:\n"; display_literals_verbose(tout, num_lits, lits) << "\n";);
|
||||
TRACE("mk_clause", tout << "after simplification:\n"; display_literals_smt2(tout, num_lits, lits););
|
||||
unsigned activity = 0;
|
||||
if (activity == 0)
|
||||
activity = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue