Scippy

GCG

Branch-and-Price & Column Generation for Everyone

type_pricestore_gcg.h File Reference

Detailed Description

type definitions for storing priced cols

Author
Jonas Witt

Definition in file type_pricestore_gcg.h.

Go to the source code of this file.

Typedefs

typedef enum GCG_Efficiacychoice GCG_EFFICIACYCHOICE
 
typedef struct GCG_PriceStore GCG_PRICESTORE
 

Enumerations

enum  GCG_Efficiacychoice {
  GCG_EFFICIACYCHOICE_DANTZIG = 0,
  GCG_EFFICIACYCHOICE_STEEPESTEDGE = 1,
  GCG_EFFICIACYCHOICE_LAMBDA = 2
}
 

Typedef Documentation

◆ GCG_EFFICIACYCHOICE

Definition at line 50 of file type_pricestore_gcg.h.

◆ GCG_PRICESTORE

storage for priced variables

Definition at line 52 of file type_pricestore_gcg.h.

Enumeration Type Documentation

◆ GCG_Efficiacychoice

possible settings for specifying the solution for which cuts are selected

Enumerator
GCG_EFFICIACYCHOICE_DANTZIG 

use Dantzig's rule (reduced cost) to base efficacy on

GCG_EFFICIACYCHOICE_STEEPESTEDGE 

use steepest edge rule s( to base efficacy on

GCG_EFFICIACYCHOICE_LAMBDA 

use lambda pricing to base efficacy on

Definition at line 44 of file type_pricestore_gcg.h.