data for SCIP_Longint parameters
Definition at line 58 of file struct_paramset.h.
#include <struct_paramset.h>
Data Fields | |
SCIP_Longint | curvalue |
SCIP_Longint | defaultvalue |
SCIP_Longint | minvalue |
SCIP_Longint | maxvalue |
SCIP_Longint * | valueptr |
SCIP_Longint SCIP_LongintParam::curvalue |
stores the current parameter value if it is not stored in *valueptr
Definition at line 60 of file struct_paramset.h.
Referenced by SCIPparamGetLongint(), and SCIPparamSetLongint().
SCIP_Longint SCIP_LongintParam::defaultvalue |
default value of the parameter
Definition at line 61 of file struct_paramset.h.
Referenced by paramWrite(), and SCIPparamGetLongintDefault().
SCIP_Longint SCIP_LongintParam::minvalue |
minimum value for parameter
Definition at line 62 of file struct_paramset.h.
Referenced by paramTestLongint(), paramWrite(), SCIPparamGetLongintMin(), and SCIPparamIsValidLongint().
SCIP_Longint SCIP_LongintParam::maxvalue |
maximum value for parameter
Definition at line 63 of file struct_paramset.h.
Referenced by paramTestLongint(), paramWrite(), and SCIPparamGetLongintMax().
SCIP_Longint* SCIP_LongintParam::valueptr |
pointer to store the current parameter value, or NULL
Definition at line 64 of file struct_paramset.h.
Referenced by SCIPparamGetLongint(), and SCIPparamSetLongint().