3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-01 11:57:07 -07:00
parent 06a64669a2
commit 4f22e8c698

View file

@ -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;