3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-07 02:11:08 +00:00
Protect spacer from existential quantifiers in the tail.

Some transformations seem to introduce existentially quantified terms.
This commit is contained in:
Arie Gurfinkel 2020-04-11 11:21:13 -04:00
parent 337c07a44c
commit f821ee38e5
3 changed files with 26 additions and 0 deletions

View file

@ -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);