mirror of
https://github.com/Z3Prover/z3
synced 2025-10-20 22:30:32 +00:00
closer to the paper
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
516a3d5594
commit
b15162d7ef
3 changed files with 128 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue