6 #include "CoinFinite.hpp"
20 ReportAllSPCycleCuts)));
23 ExplicitSlacksInOpt)));
44 MstCycleCutGeneration)));
47 SPCycleCutGeneration)));
50 StructureSwitchHeur)));
65 HeurSwitchImproveRound)));
68 TailoffGapRelMinItcount)));
71 TailoffLbAbsMinItcount)));
74 TailoffLbRelMinItcount)));
77 MaxCutsAddedPerIterVol)));
80 MaxCutsAddedPerIterSim)));
83 MaxPresolveIterVol)));
86 MaxPresolveIterSim)));
90 Vol_ascentFirstCheck)));
93 Vol_ascentCheckInterval)));
102 Vol_greenTestInterval)));
105 Vol_yellowTestInterval)));
108 Vol_redTestInterval)));
114 Vol_maxSubGradientIterations)));
125 MinIsingCutViolation)));
128 MinMstCycleCutViolation)));
131 MinSPCycleCutViolation)));
134 MaxPerturbInMstCycleCutGen)));
137 MaxPerturbInMstHeur)));
140 TailoffGapRelMinImprovement)));
143 TailoffLbAbsMinImprovement)));
146 TailoffLbRelMinImprovement)));
162 Vol_primalAbsPrecision)));
165 Vol_gapAbsPrecision)));
168 Vol_gapRelPrecision)));
174 Vol_minimumRelAscent)));
214 set_entry(StructureSwitchHeur, COIN_INT_MAX);
237 set_entry(Vol_maxSubGradientIterations, 2000);
244 set_entry(MaxPerturbInMstCycleCutGen, .03);
246 set_entry(TailoffGapRelMinImprovement, .02);
247 set_entry(TailoffLbAbsMinImprovement, .02);
248 set_entry(TailoffLbRelMinImprovement, .02);
void create_keyword_list()
Method for creating the list of keyword looked for in the parameter file.
void set_default_entries()
Method for setting the default values for the parameters.
BCP_vec< std::pair< BCP_string, BCP_parameter > > keys
The keyword, parameter pairs.
This class is a very simple impelementation of a constant length string.
void push_back(const_reference x)
Append x to the end of the vector.
void set_entry(const chr_params key, const char val)
This parameter indeintifies a single parameter entry.