mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
pass anum_manager to levelwise, crash on sign
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
52759c815e
commit
7949e77d1a
3 changed files with 60 additions and 29 deletions
|
@ -1245,7 +1245,7 @@ namespace nlsat {
|
|||
// Remark: after vanishing coefficients are eliminated, ps may not contain max_x anymore
|
||||
|
||||
polynomial_ref_vector samples(m_pm);
|
||||
levelwise lws(ps, max_x, m_assignment);
|
||||
levelwise lws(ps, max_x, m_assignment, 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