3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 09:37:44 +00:00

eager quantifier instantiation for quantified array properties

This commit is contained in:
Arie Gurfinkel 2017-07-31 16:05:06 -04:00
parent 2c7a39d580
commit 7168451201
6 changed files with 651 additions and 2 deletions

View file

@ -21,6 +21,8 @@ z3_add_component(transforms
dl_mk_unbound_compressor.cpp
dl_mk_unfold.cpp
dl_transforms.cpp
dl_mk_array_eq_rewrite.cpp
dl_mk_array_instantiation.cpp
COMPONENT_DEPENDENCIES
dataflow
hilbert