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:
parent
a50cbef877
commit
22808a039d
17 changed files with 171 additions and 39 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue