All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_StringParam Struct Reference Detailed Descriptiondata for char* parameters Definition at line 89 of file struct_paramset.h.
Field Documentation
pointer to store the current parameter value, or NULL Definition at line 91 of file struct_paramset.h. Referenced by SCIPparamGetString(), and SCIPparamSetString().
stores the current parameter value if it is not stored in *valueptr Definition at line 92 of file struct_paramset.h. Referenced by SCIPparamGetString(), and SCIPparamSetString().
default value of the parameter Definition at line 93 of file struct_paramset.h. Referenced by paramWrite(), and SCIPparamGetStringDefault(). |