Clingo
|
Represents a predicate signature. More...
#include <base.h>
Public Attributes | |
char const * | name |
the name | |
size_t | size |
the size of the name | |
size_t | arity |
the arity | |
bool | is_positive |
whether the signature is positive | |
Represents a predicate signature.
Signatures have a name and an arity, and can be positive or negative (to represent classical negation).