mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
538ad77019
commit
8aed753340
3 changed files with 3 additions and 2 deletions
|
@ -282,7 +282,9 @@ public:
|
|||
return;
|
||||
TRACE("nla_cn", tout << "after split c=" << **c << "\nfront="; print_front(front, tout) << "\n";);
|
||||
if (front.empty()) {
|
||||
#ifdef Z3DEBUG
|
||||
TRACE("nla_cn", tout << "got the cn form: =" << *m_e << ", clone = " << *m_e_clone << "\n";);
|
||||
#endif
|
||||
m_done = m_call_on_result(m_e) || ++m_reported > 100;
|
||||
#ifdef Z3DEBUG
|
||||
SASSERT(nex_creator::equal(m_e, m_e_clone));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue