3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-24 16:02:33 +00:00

port sample cell projection

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-08-02 06:28:11 -10:00 committed by Lev Nachmanson
parent 3e518b9e8b
commit 6ce0fcd3ef
4 changed files with 285 additions and 22 deletions

View file

@ -253,7 +253,7 @@ namespace nlsat {
m_simplify(s, m_atoms, m_clauses, m_learned, m_pm),
m_display_var(m_perm),
m_display_assumption(nullptr),
m_explain(s, m_assignment, m_cache, m_atoms, m_var2eq, m_evaluator),
m_explain(s, m_assignment, m_cache, m_atoms, m_var2eq, m_evaluator, nlsat_params(c.m_params).cell_sample()),
m_scope_lvl(0),
m_lemma(s),
m_lazy_clause(s),