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:
parent
9a62d989e6
commit
1a5327e427
2 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue