type definitions for data tree
Definition in file type_datatree.h.
Go to the source code of this file.
| typedef enum SCIP_Datatree_Valuetype SCIP_DATATREE_VALUETYPE |
type of values stored in a SCIP_DATATREE
Definition at line 55 of file type_datatree.h.
| typedef struct SCIP_Datatree SCIP_DATATREE |
generic hierarchical data storage
Definition at line 58 of file type_datatree.h.
type of values stored in a SCIP_DATATREE
| Enumerator | |
|---|---|
| SCIP_DATATREE_BOOL | a SCIP_Bool value |
| SCIP_DATATREE_LONG | a SCIP_Longint integer value |
| SCIP_DATATREE_REAL | a SCIP_Real floating point value |
| SCIP_DATATREE_STRING | a C string |
| SCIP_DATATREE_BOOLARRAY | an array of SCIP_Bool values |
| SCIP_DATATREE_LONGARRAY | an array of SCIP_Longint values |
| SCIP_DATATREE_REALARRAY | an array of SCIP_Real values |
| SCIP_DATATREE_STRINGARRAY | an array of C strings |
| SCIP_DATATREE_DATATREE | a SCIP_DATATREE object |
Definition at line 41 of file type_datatree.h.