Scippy

    SCIP

    Solving Constraint Integer Programs

    RowPair Struct Reference

    Detailed Description

    structure representing a pair of row indices; used for lookup in a hashtable

    Definition at line 104 of file presol_tworowbnd.c.

    Data Fields

    int row1idx
     
    int row2idx
     

    Field Documentation

    ◆ row1idx

    int RowPair::row1idx

    first row index

    Definition at line 106 of file presol_tworowbnd.c.

    Referenced by encodeRowPair(), processHashlists(), and transformAndSolve().

    ◆ row2idx

    int RowPair::row2idx

    second row index

    Definition at line 107 of file presol_tworowbnd.c.

    Referenced by encodeRowPair(), processHashlists(), and transformAndSolve().