guide icon indicating copy to clipboard operation
guide copied to clipboard

🦮 An introduction to our Answer Set Programming tools focusing on gringo, clingo, and clasp.

Results 7 guide issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

enhancement

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, -...

enhancement

(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...

enhancement

@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?

enhancement

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...