mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 05:37:00 +00:00
working on tab-context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c89531bcf8
commit
d3025569c2
2 changed files with 50 additions and 48 deletions
|
@ -1012,8 +1012,7 @@ namespace datalog {
|
|||
for (; it != end; ++it) {
|
||||
r = *it;
|
||||
check_rule(r);
|
||||
}
|
||||
|
||||
}
|
||||
switch(get_engine()) {
|
||||
case DATALOG_ENGINE:
|
||||
return rel_query(query);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue