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

add theory_str::check_contain_by_eqc_val

This commit is contained in:
Murphy Berzish 2016-08-14 14:55:29 -04:00
parent 6612971049
commit 1f594b190a
2 changed files with 170 additions and 1 deletions

View file

@ -379,6 +379,8 @@ namespace smt {
expr * getMostLeftNodeInConcat(expr * node);
expr * getMostRightNodeInConcat(expr * node);
void get_var_in_eqc(expr * n, std::set<expr*> & varSet);
void get_concats_in_eqc(expr * n, std::set<expr*> & concats);
void get_const_str_asts_in_node(expr * node, expr_ref_vector & constList);
expr * eval_concat(expr * n1, expr * n2);
// strRegex