3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 00:11:55 +00:00

add option to bypass compression of unbound tails, issue #738

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-09-16 14:56:10 -07:00
parent 7a3308110c
commit 7f29674842
6 changed files with 10 additions and 0 deletions

View file

@ -272,6 +272,7 @@ namespace datalog {
bool karr() const;
bool scale() const;
bool magic() const;
bool compress_unbound() const;
bool quantify_arrays() const;
bool instantiate_quantifiers() const;
bool xform_bit_blast() const;