3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

fix #6451 missing occurrence marking when there is an unsafe equality already

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-11-14 19:23:27 -08:00
parent 95e07ffe8e
commit 3eeb59db34
2 changed files with 10 additions and 3 deletions

View file

@ -197,7 +197,7 @@ namespace euf {
if (!m.inc())
return;
if (m_config.m_context_solve && false) {
if (m_config.m_context_solve) {
old_fmls.reset();
m_subst_ids.reset();
eqs.reset();