Scippy

GCG

Branch-and-Price & Column Generation for Everyone

GCG_Record Struct Reference

Detailed Description

set of component bounds in separate

Definition at line 93 of file branch_generic.c.

Data Fields

GCG_COMPSEQUENCE ** record
 
int recordsize
 
int recordcapacity
 
int * sequencesizes
 
int * capacities
 

Field Documentation

◆ record

GCG_COMPSEQUENCE** GCG_Record::record

array of component bound sequences in record

Definition at line 95 of file branch_generic.c.

Referenced by addToRecord(), ChooseSeparateMethod(), Explore(), and Separate().

◆ recordsize

int GCG_Record::recordsize

number of component bound sequences in record

Definition at line 96 of file branch_generic.c.

◆ recordcapacity

int GCG_Record::recordcapacity

capacity of record

Definition at line 97 of file branch_generic.c.

◆ sequencesizes

int* GCG_Record::sequencesizes

array of sizes of component bound sequences

Definition at line 98 of file branch_generic.c.

Referenced by computeNewSequence(), Explore(), GCGbranchGenericInitbranch(), ILOcomp(), and InducedLexicographicSort().

◆ capacities

int* GCG_Record::capacities

array of capacities of component bound sequences

Definition at line 99 of file branch_generic.c.