Clingo
|
A program part to provide inputs to program directives. More...
#include <control.hh>
Public Member Functions | |
Part (std::string name, SymbolVector params={}) | |
Constructs a program part with the given name and parameters. | |
Public Attributes | |
std::string | name |
The name of the part. | |
SymbolVector | params |
The parameters of the part. | |
A program part to provide inputs to program directives.
|
inline |
Constructs a program part with the given name and parameters.
name | the name of the part |
params | the parameters of the part |