SmpsInput Struct Reference
Detailed Description
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 |
Field Documentation
◆ fp
SCIP_FILE* SmpsInput::fp |
Definition at line 83 of file reader_smps.c.
Referenced by SCIP_DECL_READERREAD(), smpsinputCreate(), and smpsinputReadLine().
◆ lineno
int SmpsInput::lineno |
Definition at line 84 of file reader_smps.c.
Referenced by smpsinputReadLine().
◆ haserror
SCIP_Bool SmpsInput::haserror |
Definition at line 85 of file reader_smps.c.
◆ buf
char SmpsInput::buf[SMPS_MAX_LINELEN] |
Definition at line 86 of file reader_smps.c.
Referenced by smpsinputReadLine().
◆ f0
const char* SmpsInput::f0 |
Definition at line 87 of file reader_smps.c.
Referenced by smpsinputField0(), and smpsinputReadLine().
◆ f1
const char* SmpsInput::f1 |
Definition at line 88 of file reader_smps.c.
Referenced by smpsinputReadLine().