sparc icon indicating copy to clipboard operation
sparc copied to clipboard

[Language Design] Introduce #show directives to allow filtering answer sets by predicate names.

Open iensen opened this issue 11 years ago • 0 comments

E.g, this program: sorts

s = {a}.

predicates p(#s). q(#s). rules p(a). q(a).

show p.

When being run in SPARC with an option -A should only output p(a) in answer sets.

iensen avatar Jun 16 '14 21:06 iensen