3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

fix str.at rewrite

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-06 20:43:48 -07:00
parent 9a516e5e41
commit 82c39f81a3

View file

@ -1586,9 +1586,11 @@ namespace nlsat {
check_lemma(c->size(), c->c_ptr(), false, nullptr);
}
}
#if 0
for (clause* c : m_learned) {
IF_VERBOSE(0, display(verbose_stream() << "KEEP: ", c->size(), c->c_ptr()) << "\n");
}
#endif
assumptions.reset();
assumptions.append(result);
return r;