mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 23:13:57 +00:00
theory_str infer_len_concat_arg
This commit is contained in:
parent
1e46782392
commit
a808a8c587
2 changed files with 56 additions and 0 deletions
|
@ -246,6 +246,7 @@ namespace smt {
|
|||
|
||||
void infer_len_concat_equality(expr * nn1, expr * nn2);
|
||||
bool infer_len_concat(expr * n, rational & nLen);
|
||||
void infer_len_concat_arg(expr * n, rational len);
|
||||
|
||||
bool is_concat_eq_type1(expr * concatAst1, expr * concatAst2);
|
||||
bool is_concat_eq_type2(expr * concatAst1, expr * concatAst2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue