mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
disable bottom-up COI on rules with negated predicates. Fixes issue #140
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
77c8e5b0a0
commit
46ca7e17e0
4 changed files with 10 additions and 0 deletions
|
@ -277,6 +277,7 @@ namespace datalog {
|
|||
bool instantiate_quantifiers() const;
|
||||
bool xform_bit_blast() const;
|
||||
bool xform_slice() const;
|
||||
bool xform_coi() const;
|
||||
|
||||
void register_finite_sort(sort * s, sort_kind k);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue