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:
parent
a31a948a5b
commit
95f1cfa5a6
2 changed files with 31 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue