mirror of
https://github.com/Z3Prover/z3
synced 2025-06-17 19:36:17 +00:00
Add html pretty printing mode for RCF package
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8e2298c327
commit
77f58269ed
8 changed files with 156 additions and 94 deletions
|
@ -231,6 +231,7 @@ public:
|
|||
bool contains(interval const & n, numeral const & v) const;
|
||||
|
||||
void display(std::ostream & out, interval const & n) const;
|
||||
void display_pp(std::ostream & out, interval const & n) const;
|
||||
|
||||
bool check_invariant(interval const & n) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue