type_decomp.h File Reference
Detailed Description
type definitions for decomposition information in GCG projects
Definition in file type_decomp.h.
Go to the source code of this file.
Typedefs | |
typedef struct DecDecomp | DEC_DECOMP |
typedef enum Dectype | DEC_DECTYPE |
typedef enum Decmode | DEC_DECMODE |
Enumerations | |
enum | Dectype { DEC_DECTYPE_UNKNOWN = 0, DEC_DECTYPE_ARROWHEAD = 1, DEC_DECTYPE_STAIRCASE = 2, DEC_DECTYPE_DIAGONAL = 3, DEC_DECTYPE_BORDERED = 4 } |
enum | Decmode { DEC_DECMODE_DANTZIGWOLFE = 0, DEC_DECMODE_BENDERS = 1, DEC_DECMODE_ORIGINAL = 2, DEC_DECMODE_AUTO = 3, DEC_DECMODE_UNKNOWN = 4 } |
Typedef Documentation
typedef enum Decmode DEC_DECMODE |
decomposition mode
Definition at line 67 of file type_decomp.h.
typedef struct DecDecomp DEC_DECOMP |
decomposition structure
Definition at line 43 of file type_decomp.h.
typedef enum Dectype DEC_DECTYPE |
decomposition type
Definition at line 55 of file type_decomp.h.
Enumeration Type Documentation
enum Decmode |
the decomposition mode
Definition at line 58 of file type_decomp.h.
enum Dectype |
type of the decomposition
Definition at line 46 of file type_decomp.h.