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:
parent
3e518b9e8b
commit
6ce0fcd3ef
4 changed files with 285 additions and 22 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue