struct_paramset.h File Reference
Detailed Description
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 |
Typedefs | |
typedef struct SCIP_BoolParam | SCIP_BOOLPARAM |
typedef struct SCIP_IntParam | SCIP_INTPARAM |
typedef struct SCIP_LongintParam | SCIP_LONGINTPARAM |
typedef struct SCIP_RealParam | SCIP_REALPARAM |
typedef struct SCIP_CharParam | SCIP_CHARPARAM |
typedef struct SCIP_StringParam | SCIP_STRINGPARAM |
Typedef Documentation
◆ SCIP_BOOLPARAM
typedef struct SCIP_BoolParam SCIP_BOOLPARAM |
Definition at line 44 of file struct_paramset.h.
◆ SCIP_INTPARAM
typedef struct SCIP_IntParam SCIP_INTPARAM |
Definition at line 55 of file struct_paramset.h.
◆ SCIP_LONGINTPARAM
typedef struct SCIP_LongintParam SCIP_LONGINTPARAM |
Definition at line 66 of file struct_paramset.h.
◆ SCIP_REALPARAM
typedef struct SCIP_RealParam SCIP_REALPARAM |
Definition at line 77 of file struct_paramset.h.
◆ SCIP_CHARPARAM
typedef struct SCIP_CharParam SCIP_CHARPARAM |
Definition at line 87 of file struct_paramset.h.
◆ SCIP_STRINGPARAM
typedef struct SCIP_StringParam SCIP_STRINGPARAM |
Definition at line 96 of file struct_paramset.h.