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:
parent
8f7494cb04
commit
1c17e40fe5
6 changed files with 1837 additions and 328 deletions
|
@ -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););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue