mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
synchronizing with main repository
This commit is contained in:
commit
ec76efedbe
386 changed files with 10027 additions and 8346 deletions
|
@ -196,7 +196,7 @@ namespace smt {
|
|||
TRACE("incompleteness_bug", tout << "[internalize-assertion]: #" << n->get_id() << "\n";);
|
||||
flet<unsigned> l(m_generation, generation);
|
||||
m_stats.m_max_generation = std::max(m_generation, m_stats.m_max_generation);
|
||||
if (get_depth(n) > DEEP_EXPR_THRESHOLD) {
|
||||
if (::get_depth(n) > DEEP_EXPR_THRESHOLD) {
|
||||
// if the expression is deep, then execute topological sort to avoid
|
||||
// stack overflow.
|
||||
// a caveat is that theory internalizers do rely on recursive descent so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue