Clingo C API
C API for clingo providing high level functions to control grounding and solving.
|
Struct used to specify the program parts that have to be grounded.
Programs may be structured into parts, which can be grounded independently with clingo_control_ground. Program parts are mainly interesting for incremental grounding and multi-shot solving. For single-shot solving, program parts are not needed.
#program
specification are by default put into a program called base
without arguments.Public Attributes | |
char const * | name |
name of the program part | |
clingo_symbol_t const * | params |
array of parameters | |
size_t | size |
number of parameters | |