3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-05 07:23:58 +00:00

lower/upper bound WIP

This commit is contained in:
Murphy Berzish 2016-06-01 17:23:47 -04:00
parent f8f7014a18
commit bc79a73779
2 changed files with 13 additions and 10 deletions

View file

@ -148,6 +148,8 @@ namespace smt {
bool get_value(expr* e, rational& val) const;
bool get_len_value(expr* e, rational& val);
bool lower_bound(expr* _e, rational& lo);
bool upper_bound(expr* _e, rational& hi);
bool can_two_nodes_eq(expr * n1, expr * n2);
bool can_concat_eq_str(expr * concat, std::string str);