Scippy

    SCIP

    Solving Constraint Integer Programs

    CminInput Struct Reference

    Detailed Description

    CP reading data

    Definition at line 68 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 70 of file reader_cmin.c.

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

    ◆ linebuf

    char CminInput::linebuf[SCIP_MAXSTRLEN]

    Definition at line 71 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 73 of file reader_cmin.c.

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

    ◆ linepos

    int CminInput::linepos

    Definition at line 74 of file reader_cmin.c.

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

    ◆ haserror

    SCIP_Bool CminInput::haserror

    Definition at line 75 of file reader_cmin.c.

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