mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 18:50:26 +00:00
parent
64d157d81e
commit
c70e9af09d
5 changed files with 26 additions and 14 deletions
|
@ -34,7 +34,7 @@ private:
|
|||
obj_map<expr, limit> m_uppers;
|
||||
obj_map<expr, expr_dependency*> m_lower_deps;
|
||||
obj_map<expr, expr_dependency*> m_upper_deps;
|
||||
ptr_vector<expr> m_bounded_vars;
|
||||
expr_ref_vector m_bounded_vars;
|
||||
bool is_disjunctive_bound(expr * f, expr_dependency * d);
|
||||
bool is_equality_bound(expr * f, expr_dependency * d);
|
||||
bool is_numeral(expr* v, rational& n, bool& is_int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue