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:
parent
f8f7014a18
commit
bc79a73779
2 changed files with 13 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue