sto input structure
Definition at line 140 of file reader_sto.c.
Data Fields | |
STOSECTION | section |
STOSTOCHINFO | stochinfotype |
SCIP_FILE * | fp |
int | lineno |
SCIP_Bool | haserror |
char | buf [STO_MAX_LINELEN] |
const char * | f0 |
const char * | f1 |
const char * | f2 |
const char * | f3 |
const char * | f4 |
const char * | f5 |
const char * | f6 |
char | probname [STO_MAX_NAMELEN] |
char | stochtype [STO_MAX_NAMELEN] |
STOSECTION StoInput::section |
Definition at line 142 of file reader_sto.c.
Referenced by stoinputSetSection().
STOSTOCHINFO StoInput::stochinfotype |
Definition at line 143 of file reader_sto.c.
Referenced by stoinputSetStochInfoType().
SCIP_FILE* StoInput::fp |
Definition at line 144 of file reader_sto.c.
Referenced by readSto(), and stoinputCreate().
int StoInput::lineno |
Definition at line 145 of file reader_sto.c.
SCIP_Bool StoInput::haserror |
Definition at line 146 of file reader_sto.c.
char StoInput::buf[STO_MAX_LINELEN] |
Definition at line 147 of file reader_sto.c.
Referenced by clearFrom().
const char* StoInput::f0 |
Definition at line 148 of file reader_sto.c.
const char* StoInput::f1 |
Definition at line 149 of file reader_sto.c.
const char* StoInput::f2 |
Definition at line 150 of file reader_sto.c.
const char* StoInput::f3 |
Definition at line 151 of file reader_sto.c.
const char* StoInput::f4 |
Definition at line 152 of file reader_sto.c.
const char* StoInput::f5 |
Definition at line 153 of file reader_sto.c.
const char* StoInput::f6 |
Definition at line 154 of file reader_sto.c.
char StoInput::probname[STO_MAX_NAMELEN] |
Definition at line 155 of file reader_sto.c.
Referenced by stoinputSetProbname().
char StoInput::stochtype[STO_MAX_NAMELEN] |
Definition at line 156 of file reader_sto.c.
Referenced by stoinputSetStochtype().