mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
merging seq and string
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aead45a252
commit
08bfd08412
6 changed files with 93 additions and 114 deletions
|
@ -34,7 +34,7 @@ class seq_rewriter {
|
|||
arith_util m_autil;
|
||||
ptr_vector<expr> m_es;
|
||||
|
||||
br_status mk_str_concat(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_seq_concat(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_length(expr* a, expr_ref& result);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue