Scippy

    SCIP

    Solving Constraint Integer Programs

    RLT_SimpleRow Struct Reference

    Detailed Description

    Definition at line 156 of file sepa_rlt.c.

    Data Fields

    const char * name
     
    SCIP_Realcoefs
     
    SCIP_VAR ** vars
     
    SCIP_Real rhs
     
    SCIP_Real lhs
     
    SCIP_Real cst
     
    int nnonz
     
    int size
     

    Field Documentation

    ◆ name

    const char* RLT_SimpleRow::name

    name of the row

    Definition at line 158 of file sepa_rlt.c.

    Referenced by computeRltCut(), createProjRow(), freeProjRow(), and separateMcCormickImplicit().

    ◆ coefs

    SCIP_Real* RLT_SimpleRow::coefs

    coefficients

    Definition at line 159 of file sepa_rlt.c.

    Referenced by computeRltCut(), createProjRow(), freeProjRow(), and implBndToBigM().

    ◆ vars

    SCIP_VAR** RLT_SimpleRow::vars

    variables

    Definition at line 160 of file sepa_rlt.c.

    Referenced by addAdjacentVars(), addProductVars(), computeRltCut(), createProjRow(), and freeProjRow().

    ◆ rhs

    SCIP_Real RLT_SimpleRow::rhs

    right hand side

    Definition at line 161 of file sepa_rlt.c.

    Referenced by computeRltCut(), and createProjRow().

    ◆ lhs

    SCIP_Real RLT_SimpleRow::lhs

    left hand side

    Definition at line 162 of file sepa_rlt.c.

    Referenced by computeRltCut(), and createProjRow().

    ◆ cst

    SCIP_Real RLT_SimpleRow::cst

    constant

    Definition at line 163 of file sepa_rlt.c.

    Referenced by addAuxexprCoefs(), addRltTerm(), computeRltCut(), and createProjRow().

    ◆ nnonz

    int RLT_SimpleRow::nnonz

    number of nonzeroes

    Definition at line 164 of file sepa_rlt.c.

    Referenced by computeRltCut(), createProjRow(), createProjRows(), and separateRltCuts().

    ◆ size

    int RLT_SimpleRow::size

    size of the coefs and vars arrays

    Definition at line 165 of file sepa_rlt.c.

    Referenced by createProjRow(), and freeProjRow().