Scippy

SCIP

Solving Constraint Integer Programs

CminInput Struct Reference

Detailed Description

CP reading data

Definition at line 59 of file reader_cmin.c.

Data Fields

SCIP_FILEfile
 
char linebuf [SCIP_MAXSTRLEN]
 
char * token
 
int linenumber
 
int linepos
 
SCIP_Bool haserror
 

Field Documentation

◆ file

SCIP_FILE* CminInput::file

Definition at line 61 of file reader_cmin.c.

Referenced by findBestObjectiveValue(), getNextLine(), and SCIP_DECL_READERREAD().

◆ linebuf

char CminInput::linebuf[SCIP_MAXSTRLEN]

Definition at line 62 of file reader_cmin.c.

Referenced by getNextLine(), getNextToken(), SCIP_DECL_READERREAD(), and syntaxError().

◆ token

char* CminInput::token

◆ linenumber

int CminInput::linenumber

Definition at line 64 of file reader_cmin.c.

Referenced by getNextLine(), getNextToken(), SCIP_DECL_READERREAD(), and syntaxError().

◆ linepos

int CminInput::linepos

Definition at line 65 of file reader_cmin.c.

Referenced by getNextLine(), getNextToken(), and SCIP_DECL_READERREAD().

◆ haserror

SCIP_Bool CminInput::haserror

Definition at line 66 of file reader_cmin.c.

Referenced by getNextLine(), readFile(), SCIP_DECL_READERREAD(), and syntaxError().