mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix a bug in nla_intervals
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f24bd352e1
commit
73e63e1ad9
3 changed files with 24 additions and 4 deletions
|
@ -145,8 +145,9 @@ class intervals : common {
|
|||
mutable interval_manager<im_config> m_imanager;
|
||||
region m_region;
|
||||
|
||||
public:
|
||||
typedef interval_manager<im_config>::interval interval;
|
||||
|
||||
private:
|
||||
void set_var_interval(lpvar v, interval & b) const;
|
||||
|
||||
void set_var_interval_signs(lpvar v, interval & b) const;
|
||||
|
@ -184,6 +185,7 @@ public:
|
|||
void push();
|
||||
void pop(unsigned k);
|
||||
void init();
|
||||
|
||||
std::ostream& display(std::ostream& out, const intervals::interval& i) const;
|
||||
};
|
||||
|
||||
} // end of namespace nla
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue