SCIP_GUBCons Struct Reference Detailed Descriptiondata structure of GUB constraints Definition at line 245 of file cons_knapsack.c.
Field Documentation
indices of GUB variables in knapsack constraint Definition at line 247 of file cons_knapsack.c. Referenced by checkSolveKnapsack(), getLiftingSequenceGUB(), GUBsetMoveVar(), and sequentialUpAndDownLiftingGUB().
status of GUB variables Definition at line 248 of file cons_knapsack.c. Referenced by getLiftingSequenceGUB(), and sequentialUpAndDownLiftingGUB().
number of GUB variables Definition at line 249 of file cons_knapsack.c. Referenced by checkSolveKnapsack(), getLiftingSequenceGUB(), GUBsetMoveVar(), and sequentialUpAndDownLiftingGUB().
size of gubvars array Definition at line 250 of file cons_knapsack.c. Referenced by getLiftingSequenceGUB(). |