All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_RealParam Struct Reference Detailed Descriptiondata for SCIP_Real parameters Definition at line 68 of file struct_paramset.h.
Field Documentation
stores the current parameter value if it is not stored in *valueptr Definition at line 70 of file struct_paramset.h. Referenced by SCIPparamGetReal(), and SCIPparamSetReal().
default value of the parameter Definition at line 71 of file struct_paramset.h. Referenced by paramWrite(), and SCIPparamGetRealDefault().
minimum value for parameter Definition at line 72 of file struct_paramset.h. Referenced by paramCheckReal(), paramWrite(), and SCIPparamGetRealMin().
maximum value for parameter Definition at line 73 of file struct_paramset.h. Referenced by paramCheckReal(), paramWrite(), and SCIPparamGetRealMax().
pointer to store the current parameter value, or NULL Definition at line 74 of file struct_paramset.h. Referenced by SCIPparamGetReal(), and SCIPparamSetReal(). |