mirror of
https://github.com/Z3Prover/z3
synced 2026-02-13 04:13:01 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
29d306ec66
commit
946f209b4c
3 changed files with 2 additions and 3 deletions
|
|
@ -127,7 +127,6 @@ struct levelwise::impl {
|
|||
chain.reset();
|
||||
m_cache.psc_chain(p, d, x, chain);
|
||||
polynomial_ref disc(m_pm);
|
||||
// Iterate forward: S[0] is the resultant (after reverse in psc_chain)
|
||||
for (unsigned i = 0; i < chain.size(); ++i) {
|
||||
disc = polynomial_ref(chain.get(i), m_pm);
|
||||
if (!disc || is_zero(disc))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue