3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-21 05:06:39 +00:00

work on well-orientedness

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-06-16 14:07:19 -07:00 committed by Lev Nachmanson
parent b2f01706be
commit 945eef7ab6
9 changed files with 559 additions and 326 deletions

View file

@ -290,6 +290,11 @@ namespace nlsat {
std::ostream& display(std::ostream & out, var x) const;
display_var_proc const & display_proc() const;
std::ostream& display_assignment(std::ostream& out) const;
std::ostream& display_var(std::ostream& out, unsigned j) const;
};
};