3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 06:53:58 +00:00

add theory_str::check_length_consistency, WIP

This commit is contained in:
Murphy Berzish 2016-07-27 16:18:05 -04:00
parent a31a948a5b
commit 95f1cfa5a6
2 changed files with 31 additions and 2 deletions

View file

@ -300,6 +300,8 @@ namespace smt {
bool can_concat_eq_concat(expr * concat1, expr * concat2);
void check_concat_len_in_eqc(expr * concat);
bool check_length_consistency(expr * n1, expr * n2);
bool check_length_const_string(expr * n1, expr * constStr);
bool check_length_eq_var_concat(expr * n1, expr * n2);
void get_nodes_in_concat(expr * node, ptr_vector<expr> & nodeList);
expr * simplify_concat(expr * node);