mirror of
https://github.com/Z3Prover/z3
synced 2025-12-17 09:48:32 +00:00
t
This commit is contained in:
parent
1cb0743e2b
commit
653a4ece42
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ or
|
||||||
mk_prop(prop_enum::connected, level_t(m_level - 1));
|
mk_prop(prop_enum::connected, level_t(m_level - 1));
|
||||||
mk_prop(prop_enum::repr, 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()) {
|
if (I.l == p.m_poly.get()) {
|
||||||
// nothing is added
|
// nothing is added
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue