datastructures for handling parameter settings
Definition in file struct_paramset.h.
Go to the source code of this file.
Data Structures | |
struct | SCIP_BoolParam |
struct | SCIP_IntParam |
struct | SCIP_LongintParam |
struct | SCIP_RealParam |
struct | SCIP_CharParam |
struct | SCIP_StringParam |
struct | SCIP_Param |
struct | SCIP_ParamSet |
typedef struct SCIP_BoolParam SCIP_BOOLPARAM |
Definition at line 53 of file struct_paramset.h.
typedef struct SCIP_IntParam SCIP_INTPARAM |
Definition at line 64 of file struct_paramset.h.
typedef struct SCIP_LongintParam SCIP_LONGINTPARAM |
Definition at line 75 of file struct_paramset.h.
typedef struct SCIP_RealParam SCIP_REALPARAM |
Definition at line 86 of file struct_paramset.h.
typedef struct SCIP_CharParam SCIP_CHARPARAM |
Definition at line 96 of file struct_paramset.h.
typedef struct SCIP_StringParam SCIP_STRINGPARAM |
Definition at line 105 of file struct_paramset.h.