mirror of
https://github.com/Z3Prover/z3
synced 2025-11-01 03:57:51 +00:00
basic infrastructure for string rewriting
This commit is contained in:
parent
18cd47dcd0
commit
7d09dbb8ec
4 changed files with 122 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ The following classes implement theory specific rewriting rules:
|
|||
- array_rewriter
|
||||
- datatype_rewriter
|
||||
- fpa_rewriter
|
||||
- seq_rewriter
|
||||
- str_rewriter
|
||||
|
||||
Each of them provide the method
|
||||
br_status mk_app_core(func_decl * f, unsigned num_args, expr * const * args, expr_ref & result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue