mirror of
https://github.com/Z3Prover/z3
synced 2025-07-22 12:22:05 +00:00
add ubv2s step 1
This commit is contained in:
parent
805bb58289
commit
1bc10cebc5
4 changed files with 34 additions and 3 deletions
|
@ -228,6 +228,7 @@ class seq_rewriter {
|
|||
br_status mk_str_units(func_decl* f, expr_ref& result);
|
||||
br_status mk_str_itos(expr* a, expr_ref& result);
|
||||
br_status mk_str_stoi(expr* a, expr_ref& result);
|
||||
br_status mk_str_ubv2s(expr* a, expr_ref& result);
|
||||
br_status mk_str_in_regexp(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_to_regexp(expr* a, expr_ref& result);
|
||||
br_status mk_str_le(expr* a, expr* b, expr_ref& result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue