Scippy

SCIP

Solving Constraint Integer Programs

SCIP_BoolParam Struct Reference

Detailed Description

data for SCIP_Bool parameters

Definition at line 38 of file struct_paramset.h.

#include <struct_paramset.h>

Data Fields

SCIP_Boolvalueptr
 
SCIP_Bool curvalue
 
SCIP_Bool defaultvalue
 

Field Documentation

◆ valueptr

SCIP_Bool* SCIP_BoolParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 40 of file struct_paramset.h.

Referenced by SCIPparamGetBool(), and SCIPparamSetBool().

◆ curvalue

SCIP_Bool SCIP_BoolParam::curvalue

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

Definition at line 41 of file struct_paramset.h.

Referenced by SCIPparamGetBool(), and SCIPparamSetBool().

◆ defaultvalue

SCIP_Bool SCIP_BoolParam::defaultvalue

default value of the parameter

Definition at line 42 of file struct_paramset.h.

Referenced by paramWrite(), SCIPparamGetBoolDefault(), and SCIPparamSetDefaultBool().