guide
guide copied to clipboard
🦮 An introduction to our Answer Set Programming tools focusing on gringo, clingo, and clasp.
For some reason I always forget what keyword to use when I want to disable the warning messages about predicates with no head definitions. I end up searching through old...
From a modeller's perspective, who sees #maximize, this seems counter-intuitive and should be made explicit. The following section should be expanded: ``` Note that, with #maximize statements in the input,...
The term grammar in the guide does not completely capture the syntax of terms in gringo. It should be updated to include - identifiers and variables prefixed with `'`s, -...
(This isn't a question about the guide per se so I didn't submit it there. If there is a better place to ask this, please let me know!) Example 3.13...
@wanko Could you have a look at it first ? Feel free to edit things you don't like.
I could not find any documentation of the return codes of solver tools (clingo, gringo, clasp, clingo-dl) in the Guide. Is this an oversight or is this not documented?
Hi. I need to find all models (satisfying assignments) of a CNF, so I run clasp with --models=0. When --enum-mode=bt or --enum-mode=record are set, then all models are found as...