Scippy

    SCIP

    Solving Constraint Integer Programs

    ColConsPair Struct Reference

    Detailed Description

    structure representing a pair of constraints in a column; used for lookup in a hashtable

    Definition at line 124 of file presol_dualsparsify.c.

    Data Fields

    int colindex
     
    int consindex1
     
    int consindex2
     
    SCIP_Real conscoef1
     
    SCIP_Real conscoef2
     

    Field Documentation

    ◆ colindex

    int ColConsPair::colindex

    index of the column

    Definition at line 126 of file presol_dualsparsify.c.

    Referenced by cancelCol(), and SCIP_DECL_PRESOLEXEC().

    ◆ consindex1

    int ColConsPair::consindex1

    index of the first constraint

    Definition at line 127 of file presol_dualsparsify.c.

    Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

    ◆ consindex2

    int ColConsPair::consindex2

    index of the second constraint

    Definition at line 128 of file presol_dualsparsify.c.

    Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

    ◆ conscoef1

    SCIP_Real ColConsPair::conscoef1

    coefficient of the first constraint

    Definition at line 129 of file presol_dualsparsify.c.

    Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

    ◆ conscoef2

    SCIP_Real ColConsPair::conscoef2

    coefficient of the second constriant

    Definition at line 130 of file presol_dualsparsify.c.

    Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().