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:
parent
7a3308110c
commit
7f29674842
6 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue