Scippy

SCIP

Solving Constraint Integer Programs

SCIP_StringParam Struct Reference

Detailed Description

data for char* parameters

Definition at line 99 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 101 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 102 of file struct_paramset.h.

Referenced by SCIPparamGetString(), and SCIPparamSetString().

◆ defaultvalue

char* SCIP_StringParam::defaultvalue

default value of the parameter

Definition at line 103 of file struct_paramset.h.

Referenced by paramWrite(), SCIPparamGetStringDefault(), and SCIPparamSetDefaultString().