Scippy

SCIP

Solving Constraint Integer Programs

SCIP_IntParam Struct Reference

Detailed Description

data for int parameters

Definition at line 46 of file struct_paramset.h.

#include <struct_paramset.h>

Data Fields

int * valueptr
 
int curvalue
 
int defaultvalue
 
int minvalue
 
int maxvalue
 

Field Documentation

int* SCIP_IntParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 48 of file struct_paramset.h.

Referenced by SCIPparamGetInt(), and SCIPparamSetInt().

int SCIP_IntParam::curvalue

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

Definition at line 49 of file struct_paramset.h.

Referenced by SCIPparamGetInt(), and SCIPparamSetInt().

int SCIP_IntParam::defaultvalue

default value of the parameter

Definition at line 50 of file struct_paramset.h.

Referenced by paramWrite(), SCIPparamGetIntDefault(), and SCIPparamSetDefaultInt().

int SCIP_IntParam::minvalue

minimum value for parameter

Definition at line 51 of file struct_paramset.h.

Referenced by paramCheckInt(), paramWrite(), SCIPparamGetIntMin(), and SCIPparamSetDefaultInt().

int SCIP_IntParam::maxvalue

maximum value for parameter

Definition at line 52 of file struct_paramset.h.

Referenced by paramCheckInt(), paramWrite(), SCIPparamGetIntMax(), and SCIPparamSetDefaultInt().