13 #ifndef DECOMP_PARAM_INCLUDED
14 #define DECOMP_PARAM_INCLUDED
49 static const char* common =
"DECOMP";
87 static const char* common =
"DECOMP";
88 (*os) <<
"\n========================================================\n"
89 <<
"DECOMP PARAMETER SETTINGS \n";
90 (*os) << common <<
": LogLevel = " <<
LogLevel << endl;
91 (*os) << common <<
": LogAppLevel = " <<
LogAppLevel << endl;
92 (*os) << common <<
": LogDebugLevel = " <<
LogDebugLevel << endl;
93 (*os) << common <<
": LogLpLevel = " <<
LogLpLevel << endl;
94 (*os) << common <<
": LimitInitVars = " <<
LimitInitVars << endl;
95 (*os) << common <<
": TolZero = " <<
TolZero << endl;
96 (*os) << common <<
": LimitTotalCutIters = "
98 (*os) << common <<
": LimitTotalPriceIters = "
100 (*os) << common <<
": LimitRoundCutIters = "
102 (*os) << common <<
": LimitRoundPriceIters = "
104 (*os) << common <<
": PriceMultiPoly= " <<
PriceMultiPoly << endl;
105 (*os) << common <<
": CutDC = " <<
CutDC << endl;
106 (*os) << common <<
": CutCGL = " <<
CutCGL << endl;
107 (*os) << common <<
": CutCglKnapC = " <<
CutCglKnapC << endl;
108 (*os) << common <<
": CutCglFlowC = " <<
CutCglFlowC << endl;
109 (*os) << common <<
": CutCglMir = " <<
CutCglMir << endl;
110 (*os) << common <<
": CutCglClique = " <<
CutCglClique << endl;
111 (*os) <<
"========================================================\n";
int CutCglMir
0: print nothing 1: print the node objective history
DecompParam()
Default constructors.
void dumpSettings(ostream *os=&cout)
string GetSetting(const char *name, const char *defaultValue, const char *section=NULL)
int LogDebugLevel
0: print nothing 1: print the node objective history
int CutCglClique
0: print nothing 1: print the node objective history
unsigned int LimitInitVars
int CutCglKnapC
0: print nothing 1: print the node objective history
int LogLevel
0: print nothing 1: print the node objective history
int CutDC
0: print nothing 1: print the node objective history
const double DecompEpsilon
int CutCglFlowC
0: print nothing 1: print the node objective history
DecompParam & operator=(const DecompParam &)
int LogLpLevel
0: print nothing 1: print the node objective history
double TolZero
0: print nothing 1: print the node objective history
int CutCGL
0: print nothing 1: print the node objective history
void getSettings(UtilParameters &utilParam)