mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 18:50:26 +00:00
parent
ee2e81b696
commit
5da2169a0e
4 changed files with 28 additions and 1 deletions
|
|
@ -87,6 +87,8 @@ public:
|
|||
return d;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool inconsistent() const;
|
||||
|
||||
bool has_lower(expr * c) const {
|
||||
return m_lowers.contains(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue