SCIP Doxygen Documentation
Loading...
Searching...
No Matches
type_datatree.h File Reference

Detailed Description

type definitions for data tree

Author
Mohammed Ghannam

Definition in file type_datatree.h.

Go to the source code of this file.

Typedef Documentation

◆ SCIP_DATATREE_VALUETYPE

type of values stored in a SCIP_DATATREE

Definition at line 55 of file type_datatree.h.

◆ SCIP_DATATREE

typedef struct SCIP_Datatree SCIP_DATATREE

generic hierarchical data storage

Definition at line 58 of file type_datatree.h.

Enumeration Type Documentation

◆ SCIP_Datatree_Valuetype

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.