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

start work on string-integer integration

This commit is contained in:
Murphy Berzish 2016-05-20 10:22:19 -04:00
parent 2f494a9611
commit 2522e35c5e
2 changed files with 35 additions and 0 deletions

View file

@ -146,6 +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 * n);
bool can_two_nodes_eq(expr * n1, expr * n2);
bool can_concat_eq_str(expr * concat, std::string str);
bool can_concat_eq_concat(expr * concat1, expr * concat2);