data for SCIP_Bool parameters
Definition at line 38 of file struct_paramset.h.
#include <struct_paramset.h>
Data Fields | |
SCIP_Bool * | valueptr |
SCIP_Bool | curvalue |
SCIP_Bool | defaultvalue |
SCIP_Bool* SCIP_BoolParam::valueptr |
pointer to store the current parameter value, or NULL
Definition at line 40 of file struct_paramset.h.
Referenced by SCIPparamGetBool(), and SCIPparamSetBool().
SCIP_Bool SCIP_BoolParam::curvalue |
stores the current parameter value if it is not stored in *valueptr
Definition at line 41 of file struct_paramset.h.
Referenced by SCIPparamGetBool(), and SCIPparamSetBool().
SCIP_Bool SCIP_BoolParam::defaultvalue |
default value of the parameter
Definition at line 42 of file struct_paramset.h.
Referenced by paramWrite(), SCIPparamGetBoolDefault(), and SCIPparamSetDefaultBool().