3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-02-04 18:25:32 +00:00
parent 3478cdb756
commit a4c599a435

View file

@ -6,8 +6,9 @@ The following classes implement theory specific rewriting rules:
- bv_rewriter
- array_rewriter
- datatype_rewriter
- fpa_rewriter
Each of the provide the method
Each of them provide the method
br_status mk_app_core(func_decl * f, unsigned num_args, expr * const * args, expr_ref & result)
where
- f is expected to be a func_decl of the given theory