Detailed Description
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 |
Field Documentation
◆ curvalue
| 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().
◆ defaultvalue
| SCIP_Longint SCIP_LongintParam::defaultvalue |
default value of the parameter
Definition at line 61 of file struct_paramset.h.
Referenced by paramWrite(), SCIPparamGetLongintDefault(), and SCIPparamSetDefaultLongint().
◆ minvalue
| SCIP_Longint SCIP_LongintParam::minvalue |
minimum value for parameter
Definition at line 62 of file struct_paramset.h.
Referenced by paramTestLongint(), paramWrite(), SCIPparamGetLongintMin(), SCIPparamIsValidLongint(), and SCIPparamSetDefaultLongint().
◆ maxvalue
| SCIP_Longint SCIP_LongintParam::maxvalue |
maximum value for parameter
Definition at line 63 of file struct_paramset.h.
Referenced by paramTestLongint(), paramWrite(), SCIPparamGetLongintMax(), and SCIPparamSetDefaultLongint().
◆ valueptr
| 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().
