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

closer to the paper

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-08-13 12:38:39 -07:00
parent 7cd68fee7b
commit 80f2a8b17c
2 changed files with 127 additions and 64 deletions

View file

@ -21,6 +21,6 @@ public:
};
// Convenience free-function driver prototype
void levelwise_project(polynomial_ref_vector const& ps, var max_x, assignment const& s);
polynomial_ref_vector levelwise_project(polynomial_ref_vector& ps, var max_x, assignment const& s);
} // namespace nlsat