mirror of
https://github.com/Z3Prover/z3
synced 2026-01-22 01:54:44 +00:00
add smt debug output for nla_core
This commit is contained in:
parent
ce53e06e29
commit
dcdae5a61c
3 changed files with 124 additions and 0 deletions
|
|
@ -1381,6 +1381,8 @@ lbool core::check() {
|
|||
TRACE(nla_solver, tout << "ret = " << ret << ", lemmas count = " << m_lemmas.size() << "\n";);
|
||||
IF_VERBOSE(5, if(ret == l_undef) {verbose_stream() << "Monomials\n"; print_monics(verbose_stream());});
|
||||
CTRACE(nla_solver, ret == l_undef, tout << "Monomials\n"; print_monics(tout););
|
||||
CTRACE(nla_solver, ret == l_undef, display_smt(tout););
|
||||
// if (ret == l_undef) IF_VERBOSE(0, display_smt(verbose_stream()));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue