mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
display
This commit is contained in:
parent
f12a7d62ab
commit
f61bf0843b
3 changed files with 38 additions and 23 deletions
|
@ -250,8 +250,10 @@ namespace polysat {
|
|||
void propagate(signed_constraint c);
|
||||
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
std::ostream& display_tree(std::ostream& out, char const* name, slice s) const;
|
||||
std::ostream& display(std::ostream& out, slice s) const;
|
||||
|
||||
std::ostream& display_tree(std::ostream& out) const;
|
||||
std::ostream& display_tree(std::ostream& out, slice s, unsigned indent, unsigned hi, unsigned lo) const;
|
||||
};
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, slicing const& s) { return s.display(out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue