3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

working on udoc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-21 20:25:11 -07:00
parent a50cbef877
commit 22808a039d
17 changed files with 171 additions and 39 deletions

View file

@ -538,7 +538,7 @@ namespace datalog {
for(; it!=end; ++it) {
func_decl * pred = *it;
relation_base * rel = try_get_relation(pred);
if(!rel) {
if (!rel) {
out << "Tuples in " << pred->get_name() << ": \n";
continue;
}