All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_IntParam Struct Reference Detailed Descriptiondata for int parameters Definition at line 46 of file struct_paramset.h.
Field Documentation
pointer to store the current parameter value, or NULL Definition at line 48 of file struct_paramset.h. Referenced by SCIPparamGetInt(), and SCIPparamSetInt().
stores the current parameter value if it is not stored in *valueptr Definition at line 49 of file struct_paramset.h. Referenced by SCIPparamGetInt(), and SCIPparamSetInt().
default value of the parameter Definition at line 50 of file struct_paramset.h. Referenced by paramWrite(), SCIPparamGetIntDefault(), and SCIPparamSetDefaultInt().
minimum value for parameter Definition at line 51 of file struct_paramset.h. Referenced by paramCheckInt(), paramWrite(), SCIPparamGetIntMin(), and SCIPparamSetDefaultInt().
maximum value for parameter Definition at line 52 of file struct_paramset.h. Referenced by paramCheckInt(), paramWrite(), SCIPparamGetIntMax(), and SCIPparamSetDefaultInt(). |