mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
fix #4227
This commit is contained in:
parent
603b5552fa
commit
691759c9e2
3 changed files with 13 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue