From e318d460d7298a2d1114f53b52dc34d52f3d5d56 Mon Sep 17 00:00:00 2001 From: Mikolas Janota Date: Wed, 27 Jan 2016 16:27:31 +0000 Subject: [PATCH] dbg printing --- src/tactic/ackr/lackr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tactic/ackr/lackr.cpp b/src/tactic/ackr/lackr.cpp index fc36d4e1d..5f9ef5dba 100644 --- a/src/tactic/ackr/lackr.cpp +++ b/src/tactic/ackr/lackr.cpp @@ -124,6 +124,7 @@ bool lackr::ackr(app * const t1, app * const t2) { // Introduce the ackermann lemma for each pair of terms. // void lackr::eager_enc() { + TRACE("lackr", tout << "#funs: " << m_fun2terms.size() << std::endl;); const fun2terms_map::iterator e = m_fun2terms.end(); for (fun2terms_map::iterator i = m_fun2terms.begin(); i != e; ++i) { checkpoint(); @@ -262,6 +263,7 @@ void lackr::collect_terms() { expr_mark visited; for(unsigned i = 0; i < m_formulas.size(); ++i) { stack.push_back(m_formulas.get(i)); + TRACE("lackr", tout << "infla: " <