Grounding logic programs.
More...
|
|
using | Clingo::PartSpan = std::span< Part const > |
| | A span of program parts.
|
| |
|
using | Clingo::PartList = std::initializer_list< Part > |
| | An initializer list of program parts.
|
| |
|
using | Clingo::PartVector = std::vector< Part > |
| | A vector of program parts.
|
| |
Grounding logic programs.
◆ GroundResult
Enumeration of the results of a grounding process.
| Enumerator |
|---|
| ok | Grounding completed successfully.
|
| unsatisfiable | An inconsistency was detected during grounding.
|
| interrupted | Grounding was interrupted.
|