3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-20 17:14:43 +00:00
This commit is contained in:
Lev Nachmanson 2025-12-10 08:29:38 -10:00
parent cca6f44b11
commit daf4e70f47

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 {