3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-24 01:01:19 +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 a79c0a7901
commit 2c35dae2e2
2 changed files with 8 additions and 7 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;