All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_BoolParam Struct Reference Detailed Descriptiondata for SCIP_Bool parameters Definition at line 37 of file struct_paramset.h.
Field Documentation
pointer to store the current parameter value, or NULL Definition at line 39 of file struct_paramset.h. Referenced by SCIPparamGetBool(), and SCIPparamSetBool().
stores the current parameter value if it is not stored in *valueptr Definition at line 40 of file struct_paramset.h. Referenced by SCIPparamGetBool(), and SCIPparamSetBool().
default value of the parameter Definition at line 41 of file struct_paramset.h. Referenced by paramWrite(), SCIPparamGetBoolDefault(), and SCIPparamSetDefaultBool(). |