3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 04:38:53 +00:00

strengthen quantifier check for PDR (and other engines) that don't handle quantified predicates

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-06-12 18:30:33 -07:00 committed by Christoph M. Wintersteiger
parent 9a62d989e6
commit 1a5327e427
2 changed files with 2 additions and 1 deletions

View file

@ -567,6 +567,7 @@ namespace datalog {
m_rule_properties.check_uninterpreted_free();
break;
case QPDR_ENGINE:
std::cout << "QD\n";
m_rule_properties.collect(r);
m_rule_properties.check_for_negated_predicates();
m_rule_properties.check_uninterpreted_free();