3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

theory_str infer_len_concat

This commit is contained in:
Murphy Berzish 2016-06-21 17:25:28 -04:00
parent ba42478f9b
commit 1e46782392
2 changed files with 41 additions and 0 deletions

View file

@ -245,6 +245,7 @@ namespace smt {
void solve_concat_eq_str(expr * concat, expr * str);
void infer_len_concat_equality(expr * nn1, expr * nn2);
bool infer_len_concat(expr * n, rational & nLen);
bool is_concat_eq_type1(expr * concatAst1, expr * concatAst2);
bool is_concat_eq_type2(expr * concatAst1, expr * concatAst2);