3
0
Fork 0
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:
Murphy Berzish 2016-06-12 20:46:52 -04:00
parent 18cd47dcd0
commit 7d09dbb8ec
4 changed files with 122 additions and 0 deletions

View file

@ -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)