mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
parent
06a64669a2
commit
4f22e8c698
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public:
|
||||||
|
|
||||||
m_bounds(*g);
|
m_bounds(*g);
|
||||||
|
|
||||||
if (m_bounds.inconsistent()) {
|
if (m_bounds.inconsistent() || g->proofs_enabled()) {
|
||||||
g->inc_depth();
|
g->inc_depth();
|
||||||
result.push_back(g.get());
|
result.push_back(g.get());
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue