mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
disable hybrid relations pending overhaul/deletion of product relations
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
parent
15e1c84592
commit
28f6adf79e
9 changed files with 84 additions and 34 deletions
|
@ -558,6 +558,7 @@ namespace datalog {
|
|||
m_rule_properties.check_quantifier_free();
|
||||
m_rule_properties.check_uninterpreted_free();
|
||||
m_rule_properties.check_nested_free();
|
||||
m_rule_properties.check_infinite_sorts();
|
||||
break;
|
||||
case PDR_ENGINE:
|
||||
m_rule_properties.collect(r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue