CP reading data
Definition at line 68 of file reader_cmin.c.
Data Fields | |
| SCIP_FILE * | file |
| char | linebuf [SCIP_MAXSTRLEN] |
| char * | token |
| int | linenumber |
| int | linepos |
| SCIP_Bool | haserror |
| SCIP_FILE* CminInput::file |
Definition at line 70 of file reader_cmin.c.
Referenced by findBestObjectiveValue(), getNextLine(), and SCIP_DECL_READERREAD().
| char CminInput::linebuf[SCIP_MAXSTRLEN] |
Definition at line 71 of file reader_cmin.c.
Referenced by getNextLine(), getNextToken(), SCIP_DECL_READERREAD(), and syntaxError().
| char* CminInput::token |
Definition at line 72 of file reader_cmin.c.
Referenced by findBestObjectiveValue(), getNextToken(), readFile(), SCIP_DECL_READERREAD(), and syntaxError().
| int CminInput::linenumber |
Definition at line 73 of file reader_cmin.c.
Referenced by getNextLine(), getNextToken(), SCIP_DECL_READERREAD(), and syntaxError().
| int CminInput::linepos |
Definition at line 74 of file reader_cmin.c.
Referenced by getNextLine(), getNextToken(), and SCIP_DECL_READERREAD().
| SCIP_Bool CminInput::haserror |
Definition at line 75 of file reader_cmin.c.
Referenced by getNextLine(), readFile(), SCIP_DECL_READERREAD(), and syntaxError().