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:
parent
6612971049
commit
1f594b190a
2 changed files with 170 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue