File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
▼ app | |
core.h | File containing the core that generates the solutions |
output.h | Contains the output functions, helpers and functions to create and display human readable strings |
▼ parser | |
parsers.h | Contains the example and model file parser |
▼ types | |
attribute-types.h | Contains the attribute's types definition In our model we have five attribute types: interval of integer, enumeration, n-ary tree, relation and no relation |
attribute.h | Contains the definition of the Attribute |
enum.h | Contains the definition of the Enum and EnumType |
example.h | Containins the definition of the Example |
examples.h | Contains the definition of the Examples |
interval.h | Contains the definition of the Interval |
model-attribute.h | Contains the definition of the ModelAttribute |
model-type.h | Contains the definition of an ModelType |
model.h | Contains the definition of the Model parsed in the model file |
object-index.h | Contains the definition of the ObjectIndex |
object.h | Contains the definition of the Object |
out-attribute.h | Contains the definition of the OutAttribute |
out-enum.h | Containins the definition of the OutEnum |
out-object.h | Contains the definition of the OutObject |
solution.h | Contains the definition of the Solution |
string-type.h | Contains the definition of the String |
tree.h | Contains the definition of our n-ary Tree |
vector.h | Contains the definition of the vectors (dynamic & generic arrays) |