mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
cleanup and some changes in TRACE statements
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
82115e69ac
commit
8d05894db7
5 changed files with 3 additions and 180 deletions
|
@ -1257,7 +1257,7 @@ lbool core::inner_check(bool derived) {
|
|||
return l_false;
|
||||
}
|
||||
|
||||
TRACE("nla_cn_details", print_terms(tout););
|
||||
TRACE("nla_solver", print_terms(tout); m_lar_solver.print_constraints(tout););
|
||||
for (int search_level = 0; search_level < 3 && !done(); search_level++) {
|
||||
TRACE("nla_solver", tout << "derived = " << derived << ", search_level = " << search_level << "\n";);
|
||||
if (search_level == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue