All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_CharParam Struct Reference Detailed Descriptiondata for char parameters Definition at line 79 of file struct_paramset.h.
Field Documentation
pointer to store the current parameter value, or NULL Definition at line 81 of file struct_paramset.h. Referenced by SCIPparamGetChar(), and SCIPparamSetChar().
array with possible parameter values, or NULL if not restricted Definition at line 82 of file struct_paramset.h. Referenced by paramCheckChar(), paramWrite(), and SCIPparamGetCharAllowedValues().
stores the current parameter value if it is not stored in *valueptr Definition at line 83 of file struct_paramset.h. Referenced by SCIPparamGetChar(), and SCIPparamSetChar().
default value of the parameter Definition at line 84 of file struct_paramset.h. Referenced by paramWrite(), and SCIPparamGetCharDefault(). |