out-object.h
Go to the documentation of this file.
Contains all the attributes and relations that compose an OutObject.
Definition: out-object.h:17
Vector(OutAttribute) attributes
Array of the attributes of the out object. Each attribute must be at the same index as its definition...
struct OutObject * generalizeBy
Pointer to the out object that generalize this out object.
Definition: out-object.h:21
void freeOutObject(OutObject *oo, int freeItself)
Free the OutObject previously initialized by initOutObject.
Definition: out-object.c:15
int haveSameRelations(OutObject *oo1, OutObject *oo2)
Test if two OutObject have the same relations.
Definition: out-object.c:27
int haveDisabledRelations(OutObject *oo)
Check if one of the relations of oo is disabled, recursively.
Definition: out-object.c:43
Represents an attribute used by the solution and the value it holds.
Definition: out-attribute.h:24
unsigned char disabled
If the OutObject has been disabled during the counter-example step.
Definition: out-object.h:23
Contains the definition of the OutAttribute.