Scippy

GCG

Branch-and-Price & Column Generation for Everyone

type_scoretype.h File Reference

Detailed Description

type definition for score type

Author
Michael Bastubbe
Hanna Franzen

Definition in file type_scoretype.h.

Go to the source code of this file.

Typedefs

typedef enum scoretype SCORETYPE
 

Enumerations

enum  scoretype {
  MAX_WHITE = 0,
  BORDER_AREA = 1,
  CLASSIC = 2,
  MAX_FORESSEEING_WHITE = 3,
  SETPART_FWHITE = 4,
  MAX_FORESEEING_AGG_WHITE = 5,
  SETPART_AGG_FWHITE = 6,
  BENDERS = 7,
  STRONG_DECOMP = 8
}
 possible scores to evaluate founds decompositions More...
 

Typedef Documentation

◆ SCORETYPE

typedef enum scoretype SCORETYPE

Definition at line 63 of file type_scoretype.h.

Enumeration Type Documentation

◆ scoretype

enum scoretype

possible scores to evaluate founds decompositions

GCG score type for (partial) decomposition evaluation

See also
GCGscoretypeGetDescription for a description of this score
GCGscoretypeGetShortName
class_partialdecomp:getScore()
Enumerator
MAX_WHITE 
BORDER_AREA 
CLASSIC 
MAX_FORESSEEING_WHITE 
SETPART_FWHITE 
MAX_FORESEEING_AGG_WHITE 
SETPART_AGG_FWHITE 
BENDERS 
STRONG_DECOMP 

Definition at line 51 of file type_scoretype.h.