3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-03 08:38:06 +00:00

optmizing DL

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2012-11-01 13:06:10 -07:00
parent 8f7494cb04
commit 1c17e40fe5
6 changed files with 1837 additions and 328 deletions

View file

@ -1825,6 +1825,7 @@ namespace pdr {
++m_stats.m_num_nodes;
m_search.add_leaf(*child);
IF_VERBOSE(2, verbose_stream() << "Predecessor: " << mk_pp(o_cube, m) << "\n";);
m_stats.m_max_depth = std::max(m_stats.m_max_depth, child->depth());
}
check_pre_closed(n);
TRACE("pdr", m_search.display(tout););