Scippy

    SCIP

    Solving Constraint Integer Programs

    RowIndex Struct Reference

    Detailed Description

    Definition at line 116 of file sepa_zerohalf.c.

    Data Fields

    unsigned int type:2
     
    unsigned int index:30
     

    Field Documentation

    ◆ type

    unsigned int RowIndex::type

    type of row index; 0 means lp row using the right hand side, 1 means lp row using the left hand side, and 2 means a transformed integral row

    Definition at line 118 of file sepa_zerohalf.c.

    Referenced by generateZerohalfCut(), mod2MatrixAddOrigRow(), and mod2MatrixAddTransRow().

    ◆ index

    unsigned int RowIndex::index

    lp position of original row, or index of transformed integral row

    Definition at line 121 of file sepa_zerohalf.c.

    Referenced by generateZerohalfCut(), mod2MatrixAddOrigRow(), and mod2MatrixAddTransRow().