3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 17:47:41 +00:00

pass nlsat::solver to levelwise

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-08-14 16:24:58 -07:00
parent 1dc3670a57
commit 5cb046f9fb
3 changed files with 7 additions and 6 deletions

View file

@ -1228,7 +1228,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, m_pm, m_am);
levelwise lws(m_solver, ps, max_x, m_assignment, m_pm, m_am);
auto cell = lws.single_cell();
if (x < max_x)
cac_add_cell_lits(ps, x, samples);