3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-13 15:16:23 +00:00
This commit is contained in:
Lev Nachmanson 2025-12-10 08:29:38 -10:00
parent 1cb0743e2b
commit 653a4ece42

View file

@ -836,7 +836,7 @@ or
mk_prop(prop_enum::connected, level_t(m_level - 1));
mk_prop(prop_enum::repr, level_t(m_level - 1));
}
mk_prop(prop_enum::an_del, polynomial_ref(m_I[m_level].l, m_pm));
mk_prop(prop_enum::an_del, m_I[m_level].l);
if (I.l == p.m_poly.get()) {
// nothing is added
} else {