#include "DecompTypes.h"#include "OsiClpSolverInterface.hpp"

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 double | DecompInf = OsiClpInfinity |
| const char | decompPhaseStr [5][20] |
| const char | decompStatStr [3][20] |
| enum decompAlgoType |
Definition at line 31 of file DecompConstants.h.
| enum decompPhase |
Definition at line 36 of file DecompConstants.h.
| enum decompStat |
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 double DecompInf = OsiClpInfinity |
Definition at line 23 of file DecompConstants.h.
| const char decompPhaseStr[5][20] |
{"PHASE_INIT",
"PHASE_PRICE",
"PHASE_CUT",
"PHASE_DONE",
"PHASE_UNKNOWN"}
Definition at line 42 of file DecompConstants.h.
| const char decompStatStr[3][20] |
{"STAT_FEASIBLE",
"STAT_INFEASIBLE",
"STAT_UNKNOWN"}
Definition at line 52 of file DecompConstants.h.
1.6.1