Scippy

SCIP

Solving Constraint Integer Programs

SCIP_GUBSet Struct Reference

Detailed Description

data structure of a set of GUB constraints

Definition at line 248 of file cons_knapsack.c.

Data Fields

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

Field Documentation

SCIP_GUBCONS** SCIP_GUBSet::gubconss
GUBCONSSTATUS* SCIP_GUBSet::gubconsstatus

status of GUB constraints

Definition at line 251 of file cons_knapsack.c.

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

int SCIP_GUBSet::ngubconss
int* SCIP_GUBSet::gubconssidx

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

Definition at line 254 of file cons_knapsack.c.

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

int* SCIP_GUBSet::gubvarsidx

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

Definition at line 255 of file cons_knapsack.c.

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