3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-19 22:00:31 +00:00

pass pmanager

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-08-14 15:50:02 -07:00
parent 7949e77d1a
commit 62101fef90
3 changed files with 9 additions and 8 deletions

View file

@ -33,8 +33,8 @@ namespace nlsat {
struct impl;
impl* m_impl;
public:
// Construct with polynomials ps, maximal variable max_x, current sample s, and algebraic-number manager am
levelwise(polynomial_ref_vector const& ps, var max_x, assignment const& s, anum_manager& am);
// Construct with polynomials ps, maximal variable max_x, current sample s, polynomial manager pm, and algebraic-number manager am
levelwise(polynomial_ref_vector const& ps, var max_x, assignment const& s, pmanager& pm, anum_manager& am);
~levelwise();
levelwise(levelwise const&) = delete;