mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +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
|
@ -654,7 +654,7 @@ namespace datalog {
|
|||
family_id expl_kind = m_er_plugin->get_kind();
|
||||
family_id expl_sieve_kind = sieve_plugin.get_relation_kind(sig, expl_sieve, expl_kind);
|
||||
|
||||
product_relation_plugin::rel_spec product_spec;
|
||||
rel_spec product_spec;
|
||||
product_spec.push_back(inner_sieve_kind);
|
||||
product_spec.push_back(expl_sieve_kind);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue