mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
Improve html pretty printer for RCF package
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
77f58269ed
commit
4624919786
8 changed files with 17 additions and 6 deletions
|
@ -259,6 +259,7 @@ public:
|
|||
void display(std::ostream & out, mpz const & a) const { return mpz_manager<SYNCH>::display(out, a); }
|
||||
|
||||
void display(std::ostream & out, mpq const & a) const;
|
||||
void display_pp(std::ostream & out, mpq const & a) const { display(out, a); }
|
||||
|
||||
void display_smt2(std::ostream & out, mpz const & a, bool decimal) const { return mpz_manager<SYNCH>::display_smt2(out, a, decimal); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue