mirror of
https://github.com/Z3Prover/z3
synced 2026-06-06 00:50:54 +00:00
t
This commit is contained in:
parent
2bc13d0de1
commit
3557a7f9c7
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