smps input structure
Definition at line 81 of file reader_smps.c.
Data Fields | |
SCIP_FILE * | fp |
int | lineno |
SCIP_Bool | haserror |
char | buf [SMPS_MAX_LINELEN] |
const char * | f0 |
const char * | f1 |
SCIP_FILE* SmpsInput::fp |
Definition at line 83 of file reader_smps.c.
Referenced by SCIP_DECL_READERREAD(), and smpsinputCreate().
int SmpsInput::lineno |
Definition at line 84 of file reader_smps.c.
SCIP_Bool SmpsInput::haserror |
Definition at line 85 of file reader_smps.c.
char SmpsInput::buf[SMPS_MAX_LINELEN] |
Definition at line 86 of file reader_smps.c.
Referenced by clearFrom().
const char* SmpsInput::f0 |
Definition at line 87 of file reader_smps.c.
const char* SmpsInput::f1 |
Definition at line 88 of file reader_smps.c.