mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +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
|
@ -486,7 +486,7 @@ namespace datalog {
|
|||
target_kind = get_ordinary_relation_plugin(relation_names[0]).get_kind();
|
||||
break;
|
||||
default: {
|
||||
svector<family_id> rel_kinds; // kinds of plugins that are not table plugins
|
||||
rel_spec rel_kinds; // kinds of plugins that are not table plugins
|
||||
family_id rel_kind; // the aggregate kind of non-table plugins
|
||||
for (unsigned i = 0; i < relation_name_cnt; i++) {
|
||||
relation_plugin & p = get_ordinary_relation_plugin(relation_names[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue