Detailed Description
sto input structure
Definition at line 129 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 |
| char | probname [STO_MAX_NAMELEN] |
| char | stochtype [STO_MAX_NAMELEN] |
Field Documentation
◆ section
| STOSECTION StoInput::section |
Definition at line 131 of file reader_sto.c.
Referenced by stoinputSection(), stoinputSetSection(), and stoinputSyntaxerror().
◆ stochinfotype
| STOSTOCHINFO StoInput::stochinfotype |
Definition at line 132 of file reader_sto.c.
Referenced by stoinputSetStochInfoType(), and stoinputStochInfoType().
◆ fp
| SCIP_FILE* StoInput::fp |
Definition at line 133 of file reader_sto.c.
Referenced by readSto(), stoinputCreate(), and stoinputReadLine().
◆ lineno
| int StoInput::lineno |
Definition at line 134 of file reader_sto.c.
Referenced by stoinputReadLine(), and stoinputSyntaxerror().
◆ haserror
| SCIP_Bool StoInput::haserror |
Definition at line 135 of file reader_sto.c.
Referenced by stoinputHasError(), and stoinputSyntaxerror().
◆ buf
| char StoInput::buf[STO_MAX_LINELEN] |
Definition at line 136 of file reader_sto.c.
Referenced by stoinputReadLine().
◆ f0
| const char* StoInput::f0 |
Definition at line 137 of file reader_sto.c.
Referenced by stoinputField0(), and stoinputReadLine().
◆ f1
| const char* StoInput::f1 |
Definition at line 138 of file reader_sto.c.
Referenced by stoinputField1(), and stoinputReadLine().
◆ f2
| const char* StoInput::f2 |
Definition at line 139 of file reader_sto.c.
Referenced by stoinputField2(), and stoinputReadLine().
◆ f3
| const char* StoInput::f3 |
Definition at line 140 of file reader_sto.c.
Referenced by stoinputField3(), and stoinputReadLine().
◆ f4
| const char* StoInput::f4 |
Definition at line 141 of file reader_sto.c.
Referenced by stoinputField4(), and stoinputReadLine().
◆ f5
| const char* StoInput::f5 |
Definition at line 142 of file reader_sto.c.
Referenced by stoinputField5(), and stoinputReadLine().
◆ probname
| char StoInput::probname[STO_MAX_NAMELEN] |
Definition at line 143 of file reader_sto.c.
Referenced by stoinputSetProbname().
◆ stochtype
| char StoInput::stochtype[STO_MAX_NAMELEN] |
Definition at line 144 of file reader_sto.c.
Referenced by stoinputSetStochtype().
