3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-05-06 12:56:46 -07:00
parent 603b5552fa
commit 691759c9e2
3 changed files with 13 additions and 4 deletions

View file

@ -102,6 +102,7 @@ public:
bool operator==(old_interval const & other) const { return m_lower == other.m_lower && m_upper == other.m_upper && m_lower_open == other.m_lower_open && m_upper_open == other.m_upper_open; }
bool contains_zero() const;
bool contains(rational const& v) const;
bool empty() const;
old_interval & inv();
void expt(unsigned n);
void neg();