DecompConstants.h File Reference

#include "DecompTypes.h"
#include "OsiClpSolverInterface.hpp"
Include dependency graph for DecompConstants.h:
This graph shows which files directly or indirectly include this file:

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]

Enumeration Type Documentation

Enumerator:
CUT 
PRICE_AND_CUT 
RELAX_AND_CUT 
VOL_AND_CUT 
DECOMP 

Definition at line 31 of file DecompConstants.h.

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.


Variable Documentation

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]
Initial value:
 {"PHASE_INIT", 
                                    "PHASE_PRICE", 
                                    "PHASE_CUT", 
                                    "PHASE_DONE",
                                    "PHASE_UNKNOWN"}

Definition at line 42 of file DecompConstants.h.

const char decompStatStr[3][20]
Initial value:
 {"STAT_FEASIBLE", 
                                   "STAT_INFEASIBLE",
                                   "STAT_UNKNOWN"}

Definition at line 52 of file DecompConstants.h.


Generated on 3 Jun 2015 for Dip-All by  doxygen 1.6.1