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:
parent
b2f01706be
commit
945eef7ab6
9 changed files with 559 additions and 326 deletions
|
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue