Scippy

    SCIP

    Solving Constraint Integer Programs

    StoInput Struct Reference

    Detailed Description

    sto input structure

    Definition at line 141 of file reader_sto.c.

    Data Fields

    STOSECTION section
     
    STOSTOCHINFO stochinfotype
     
    SCIP_FILEfp
     
    int lineno
     
    SCIP_Bool haserror
     
    char buf [STO_MAX_LINELEN]
     
    const char * f0
     
    const char * f1
     
    const char * f2
     
    const char * f3
     
    const char * f4
     
    const char * f5
     
    const char * f6
     
    char probname [STO_MAX_NAMELEN]
     
    char stochtype [STO_MAX_NAMELEN]
     

    Field Documentation

    ◆ section

    STOSECTION StoInput::section

    Definition at line 143 of file reader_sto.c.

    Referenced by stoinputSection(), stoinputSetSection(), and stoinputSyntaxerror().

    ◆ stochinfotype

    STOSTOCHINFO StoInput::stochinfotype

    Definition at line 144 of file reader_sto.c.

    Referenced by stoinputSetStochInfoType(), and stoinputStochInfoType().

    ◆ fp

    SCIP_FILE* StoInput::fp

    Definition at line 145 of file reader_sto.c.

    Referenced by readSto(), stoinputCreate(), and stoinputReadLine().

    ◆ lineno

    int StoInput::lineno

    Definition at line 146 of file reader_sto.c.

    Referenced by stoinputReadLine(), and stoinputSyntaxerror().

    ◆ haserror

    SCIP_Bool StoInput::haserror

    Definition at line 147 of file reader_sto.c.

    Referenced by stoinputHasError(), and stoinputSyntaxerror().

    ◆ buf

    char StoInput::buf[STO_MAX_LINELEN]

    Definition at line 148 of file reader_sto.c.

    Referenced by clearFrom(), and stoinputReadLine().

    ◆ f0

    const char* StoInput::f0

    Definition at line 149 of file reader_sto.c.

    Referenced by stoinputField0(), and stoinputReadLine().

    ◆ f1

    const char* StoInput::f1

    Definition at line 150 of file reader_sto.c.

    Referenced by stoinputField1(), and stoinputReadLine().

    ◆ f2

    const char* StoInput::f2

    Definition at line 151 of file reader_sto.c.

    Referenced by stoinputField2(), and stoinputReadLine().

    ◆ f3

    const char* StoInput::f3

    Definition at line 152 of file reader_sto.c.

    Referenced by stoinputField3(), and stoinputReadLine().

    ◆ f4

    const char* StoInput::f4

    Definition at line 153 of file reader_sto.c.

    Referenced by stoinputField4(), and stoinputReadLine().

    ◆ f5

    const char* StoInput::f5

    Definition at line 154 of file reader_sto.c.

    Referenced by stoinputField5(), and stoinputReadLine().

    ◆ f6

    const char* StoInput::f6

    Definition at line 155 of file reader_sto.c.

    Referenced by stoinputField6(), and stoinputReadLine().

    ◆ probname

    char StoInput::probname[STO_MAX_NAMELEN]

    Definition at line 156 of file reader_sto.c.

    Referenced by stoinputSetProbname().

    ◆ stochtype

    char StoInput::stochtype[STO_MAX_NAMELEN]

    Definition at line 157 of file reader_sto.c.

    Referenced by stoinputSetStochtype().