Scippy

SCIP

Solving Constraint Integer Programs

SCIP_LongintParam Struct Reference

Detailed Description

data for SCIP_Longint parameters

Definition at line 57 of file struct_paramset.h.

#include <struct_paramset.h>

Data Fields

SCIP_Longint curvalue
 
SCIP_Longint defaultvalue
 
SCIP_Longint minvalue
 
SCIP_Longint maxvalue
 
SCIP_Longintvalueptr
 

Field Documentation

SCIP_Longint SCIP_LongintParam::curvalue

stores the current parameter value if it is not stored in *valueptr

Definition at line 59 of file struct_paramset.h.

Referenced by SCIPparamGetLongint(), and SCIPparamSetLongint().

SCIP_Longint SCIP_LongintParam::defaultvalue

default value of the parameter

Definition at line 60 of file struct_paramset.h.

Referenced by paramWrite(), and SCIPparamGetLongintDefault().

SCIP_Longint SCIP_LongintParam::minvalue

minimum value for parameter

Definition at line 61 of file struct_paramset.h.

Referenced by paramCheckLongint(), paramWrite(), and SCIPparamGetLongintMin().

SCIP_Longint SCIP_LongintParam::maxvalue

maximum value for parameter

Definition at line 62 of file struct_paramset.h.

Referenced by paramCheckLongint(), paramWrite(), and SCIPparamGetLongintMax().

SCIP_Longint* SCIP_LongintParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 63 of file struct_paramset.h.

Referenced by SCIPparamGetLongint(), and SCIPparamSetLongint().