mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
parent
06a64669a2
commit
4f22e8c698
|
@ -184,7 +184,7 @@ public:
|
|||
|
||||
m_bounds(*g);
|
||||
|
||||
if (m_bounds.inconsistent()) {
|
||||
if (m_bounds.inconsistent() || g->proofs_enabled()) {
|
||||
g->inc_depth();
|
||||
result.push_back(g.get());
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue