mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
smt-like logging of theory specific meaning of constants
This commit is contained in:
parent
0870760eb5
commit
6d2cf4f464
5 changed files with 115 additions and 26 deletions
|
@ -93,6 +93,8 @@ public:
|
|||
|
||||
void display_decimal(std::ostream & out, unsigned prec, bool truncate = false) const { return m().display_decimal(out, m_val, prec, truncate); }
|
||||
|
||||
void display_smt2(std::ostream & out) const { return m().display_smt2(out, m_val, false); }
|
||||
|
||||
bool is_uint64() const { return m().is_uint64(m_val); }
|
||||
|
||||
bool is_int64() const { return m().is_int64(m_val); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue