mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
indexof
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5296009f46
commit
4fe0e07080
3 changed files with 23 additions and 6 deletions
|
@ -38,7 +38,7 @@ class seq_rewriter {
|
|||
br_status mk_str_substr(expr* a, expr* b, expr* c, expr_ref& result);
|
||||
br_status mk_str_strctn(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_charat(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_stridof(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_stridof(expr* a, expr* b, expr* c, expr_ref& result);
|
||||
br_status mk_str_strrepl(expr* a, expr* b, expr* c, expr_ref& result);
|
||||
br_status mk_str_prefix(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_suffix(expr* a, expr* b, expr_ref& result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue