out-attribute.h
Go to the documentation of this file.
Contains multiple enumeration items When combining multiple Object, each enumeration item is to be st...
Definition: out-enum.h:18
Containins the definition of the OutEnum.
struct OutAttribute OutAttribute
Represents an attribute used by the solution and the value it holds.
Contains the attribute's types definition In our model we have five attribute types: interval of inte...
OutEnum oenu
Contains the definition of the type if it is an enumeration extract.
Definition: out-attribute.h:34
Represents an attribute used by the solution and the value it holds.
Definition: out-attribute.h:24
Interval inter
Contains the definition of the type if it is an interval.
Definition: out-attribute.h:32
int tree
Contains the definition of the type if it is the node or the leaf of a tree.
Definition: out-attribute.h:36
void freeOutAttribute(OutAttribute *oa, int freeItself)
Free the OutAttribute.
Definition: out-attribute.c:10
Contains the definition of the Interval.