Dip
0.92.4
|
#include "DecompTypes.h"
Go to the source code of this file.
Enumerations | |
enum | decompAlgoType { CUT, PRICE_AND_CUT, RELAX_AND_CUT, VOL_AND_CUT, DECOMP } |
enum | decompPhase { PHASE_INIT, PHASE_PRICE, PHASE_CUT, PHASE_DONE, PHASE_UNKNOWN } |
enum | decompStat { STAT_FEASIBLE, STAT_INFEASIBLE, STAT_UNKNOWN } |
Variables | |
const char | DecompVersion [10] = "0.1" |
const double | DecompEpsilon = 1.0e-6 |
const char | decompPhaseStr [5][20] |
const char | decompStatStr [3][20] |
enum decompAlgoType |
Enumerator | |
---|---|
CUT | |
PRICE_AND_CUT | |
RELAX_AND_CUT | |
VOL_AND_CUT | |
DECOMP |
Definition at line 31 of file DecompConstants.h.
enum decompPhase |
Enumerator | |
---|---|
PHASE_INIT | |
PHASE_PRICE | |
PHASE_CUT | |
PHASE_DONE | |
PHASE_UNKNOWN |
Definition at line 36 of file DecompConstants.h.
enum decompStat |
Enumerator | |
---|---|
STAT_FEASIBLE | |
STAT_INFEASIBLE | |
STAT_UNKNOWN |
Definition at line 48 of file DecompConstants.h.
const char DecompVersion[10] = "0.1" |
Definition at line 18 of file DecompConstants.h.
const double DecompEpsilon = 1.0e-6 |
Definition at line 19 of file DecompConstants.h.
const char decompPhaseStr[5][20] |
Definition at line 42 of file DecompConstants.h.
const char decompStatStr[3][20] |
Definition at line 52 of file DecompConstants.h.