Scippy

SCIP

Solving Constraint Integer Programs

SCIP_CharParam Struct Reference

Detailed Description

data for char parameters

Definition at line 79 of file struct_paramset.h.

#include <struct_paramset.h>

Data Fields

char * valueptr
 
char * allowedvalues
 
char curvalue
 
char defaultvalue
 

Field Documentation

char* SCIP_CharParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 81 of file struct_paramset.h.

Referenced by SCIPparamGetChar(), and SCIPparamSetChar().

char* SCIP_CharParam::allowedvalues

array with possible parameter values, or NULL if not restricted

Definition at line 82 of file struct_paramset.h.

Referenced by paramCheckChar(), paramWrite(), and SCIPparamGetCharAllowedValues().

char SCIP_CharParam::curvalue

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

Definition at line 83 of file struct_paramset.h.

Referenced by SCIPparamGetChar(), and SCIPparamSetChar().

char SCIP_CharParam::defaultvalue

default value of the parameter

Definition at line 84 of file struct_paramset.h.

Referenced by paramWrite(), and SCIPparamGetCharDefault().