mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +00:00
closer to the paper
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
516a3d5594
commit
b15162d7ef
3 changed files with 128 additions and 66 deletions
|
@ -1245,8 +1245,7 @@ namespace nlsat {
|
|||
// Remark: after vanishing coefficients are eliminated, ps may not contain max_x anymore
|
||||
|
||||
polynomial_ref_vector samples(m_pm);
|
||||
|
||||
levelwise_project(ps, max_x, this->m_assignment);
|
||||
ps = levelwise_project(ps, max_x, this->m_assignment);
|
||||
if (x < max_x)
|
||||
cac_add_cell_lits(ps, x, samples);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue