3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 23:13:57 +00:00

use LRA instead of LIA in strings setup, so that the theory_seq integer value code works

This commit is contained in:
Murphy Berzish 2016-06-01 16:34:48 -04:00
parent ecb069b701
commit f8f7014a18
3 changed files with 43 additions and 30 deletions

View file

@ -146,7 +146,8 @@ namespace smt {
expr * get_eqc_value(expr * n, bool & hasEqcValue);
bool in_same_eqc(expr * n1, expr * n2);
rational get_len_value(expr * x);
bool get_value(expr* e, rational& val) const;
bool get_len_value(expr* e, rational& val);
bool can_two_nodes_eq(expr * n1, expr * n2);
bool can_concat_eq_str(expr * concat, std::string str);