mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 15:03:57 +00:00
string-integer wip
This commit is contained in:
parent
89a337ba7e
commit
ba42478f9b
2 changed files with 61 additions and 1 deletions
|
@ -244,6 +244,8 @@ namespace smt {
|
|||
void simplify_concat_equality(expr * lhs, expr * rhs);
|
||||
void solve_concat_eq_str(expr * concat, expr * str);
|
||||
|
||||
void infer_len_concat_equality(expr * nn1, expr * nn2);
|
||||
|
||||
bool is_concat_eq_type1(expr * concatAst1, expr * concatAst2);
|
||||
bool is_concat_eq_type2(expr * concatAst1, expr * concatAst2);
|
||||
bool is_concat_eq_type3(expr * concatAst1, expr * concatAst2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue