3
0
Fork 0
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:
Nikolaj Bjorner 2013-01-24 12:45:58 -08:00
parent c89531bcf8
commit d3025569c2
2 changed files with 50 additions and 48 deletions

View file

@ -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);