mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
preprocess the input of levelwise to drop a level
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c87e7c312a
commit
98d8083d15
2 changed files with 84 additions and 6 deletions
|
@ -1220,8 +1220,8 @@ namespace nlsat {
|
|||
// Remark: after vanishing coefficients are eliminated, ps may not contain max_x anymore
|
||||
|
||||
polynomial_ref_vector samples(m_pm);
|
||||
// levelwise lws(m_solver, ps, max_x, sample(), m_pm, m_am);
|
||||
//auto cell = lws.single_cell();
|
||||
levelwise lws(m_solver, ps, max_x, sample(), m_pm, m_am);
|
||||
auto cell = lws.single_cell();
|
||||
if (x < max_x)
|
||||
cac_add_cell_lits(ps, x, samples);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue