Printing as ASP structure does not print all predicate symbols

Issue #407 resolved
Joachim Jansen created an issue

Running attached file shows that printing as ASP only prints the node type and not the edge relation.

Expected output: node(A). node(B). node(C). edge(A,B). edge(B,C).

Actual output: node(A). node(B). node(C).

Comments (2)

  1. Log in to comment