datastructures for handling parameter settings
Definition in file struct_paramset.h.
Go to the source code of this file.
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 struct SCIP_BoolParam SCIP_BOOLPARAM |
Definition at line 44 of file struct_paramset.h.
typedef struct SCIP_IntParam SCIP_INTPARAM |
Definition at line 55 of file struct_paramset.h.
typedef struct SCIP_LongintParam SCIP_LONGINTPARAM |
Definition at line 66 of file struct_paramset.h.
typedef struct SCIP_RealParam SCIP_REALPARAM |
Definition at line 77 of file struct_paramset.h.
typedef struct SCIP_CharParam SCIP_CHARPARAM |
Definition at line 87 of file struct_paramset.h.
typedef struct SCIP_StringParam SCIP_STRINGPARAM |
Definition at line 96 of file struct_paramset.h.