mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 02:11:08 +00:00
Fix #3907
Protect spacer from existential quantifiers in the tail. Some transformations seem to introduce existentially quantified terms.
This commit is contained in:
parent
337c07a44c
commit
f821ee38e5
3 changed files with 26 additions and 0 deletions
|
@ -582,6 +582,7 @@ namespace datalog {
|
|||
m_rule_properties.check_existential_tail();
|
||||
m_rule_properties.check_for_negated_predicates();
|
||||
m_rule_properties.check_uninterpreted_free();
|
||||
m_rule_properties.check_quantifier_free(exists_k);
|
||||
break;
|
||||
case BMC_ENGINE:
|
||||
m_rule_properties.collect(r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue