3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-12-27 15:10:09 -08:00
parent d88f125818
commit 42f206171d
2 changed files with 2 additions and 2 deletions

View file

@ -605,7 +605,7 @@ private:
sub.insert(e, v);
expr_ref tmp(m);
m_r.set_substitution(&sub);
for (unsigned i = 0; i < positions.size(); ++i) {
for (unsigned i = 0; !g->inconsistent() && i < positions.size(); ++i) {
unsigned idx = positions[i];
expr_ref f(m);
proof_ref new_pr(m);