3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-01 07:40:41 +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

@ -34,7 +34,8 @@ namespace nlsat {
imp * m_imp;
public:
explain(solver & s, assignment const & x2v, polynomial::cache & u,
atom_vector const& atoms, atom_vector const& x2eq, evaluator & ev);
atom_vector const& atoms, atom_vector const& x2eq, evaluator & ev, bool is_sample);
~explain();
void reset();