Scippy

SCIP

Solving Constraint Integer Programs

SCIP_StringParam Struct Reference

Detailed Description

data for char* parameters

Definition at line 90 of file struct_paramset.h.

#include <struct_paramset.h>

Data Fields

char ** valueptr
 
char * curvalue
 
char * defaultvalue
 

Field Documentation

◆ valueptr

char** SCIP_StringParam::valueptr

pointer to store the current parameter value, or NULL

Definition at line 92 of file struct_paramset.h.

Referenced by SCIPparamGetString(), and SCIPparamSetString().

◆ curvalue

char* SCIP_StringParam::curvalue

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

Definition at line 93 of file struct_paramset.h.

Referenced by SCIPparamGetString(), and SCIPparamSetString().

◆ defaultvalue

char* SCIP_StringParam::defaultvalue

default value of the parameter

Definition at line 94 of file struct_paramset.h.

Referenced by paramWrite(), and SCIPparamGetStringDefault().