Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_GUBSet Struct Reference

    Detailed Description

    data structure of a set of GUB constraints

    Definition at line 308 of file cons_knapsack.c.

    Data Fields

    SCIP_GUBCONS ** gubconss
     
    GUBCONSSTATUSgubconsstatus
     
    int ngubconss
     
    int nvars
     
    int * gubconssidx
     
    int * gubvarsidx
     

    Field Documentation

    ◆ gubconss

    SCIP_GUBCONS** SCIP_GUBSet::gubconss

    ◆ gubconsstatus

    GUBCONSSTATUS* SCIP_GUBSet::gubconsstatus

    status of GUB constraints

    Definition at line 311 of file cons_knapsack.c.

    Referenced by getLiftingSequenceGUB(), GUBsetMoveVar(), and sequentialUpAndDownLiftingGUB().

    ◆ ngubconss

    int SCIP_GUBSet::ngubconss

    ◆ nvars

    ◆ gubconssidx

    int* SCIP_GUBSet::gubconssidx

    index of GUB constraint (in gubconss array) of each knapsack variable

    Definition at line 314 of file cons_knapsack.c.

    Referenced by getLiftingSequenceGUB(), GUBsetCheck(), GUBsetGetCliquePartition(), GUBsetMoveVar(), and GUBsetSwapVars().

    ◆ gubvarsidx

    int* SCIP_GUBSet::gubvarsidx

    index in GUB constraint (in gubvars array) of each knapsack variable

    Definition at line 315 of file cons_knapsack.c.

    Referenced by getLiftingSequenceGUB(), GUBconsDelVar(), GUBsetCheck(), GUBsetGetCliquePartition(), GUBsetMoveVar(), and GUBsetSwapVars().