3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 17:01:55 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-09-13 15:09:16 -07:00
parent 842e2c79dc
commit 658cf36f09

View file

@ -633,13 +633,17 @@ or
add_to_Q_if_new(property(prop_enum::an_del, p.poly), m_level);
}
/* Rule 4.8. Let i ∈ N>0 , R ⊆ Ri
, s Ri1
, s R_{i1}
, p Q[x1, . . . , xi ], level(p) = i, and I be a symbolic interval
of level i. Assume that p is irreducible, and I = (section, b).
Let Q := an_sub(i 1)(R) connected(i 1)(R) repr(I, s)(R) an_del(b.p)(R).
Q, b.p= p sgn_inv(p)(R)
Q, b.p ̸= p, ord_inv(resxi (b.p, p))(R) sgn_inv(p)(R)*/
NOT_IMPLEMENTED_YET();
if (m_I[m_level].section == true) {
NOT_IMPLEMENTED_YET();
} else {
NOT_IMPLEMENTED_YET();
}
}
/*