17 #include "UtilParameters.h"
54 static const char * common =
"OSDip";
55 LogLevel = utilParam.GetSetting(
"LogLevel", 3, common);
56 DataDir = utilParam.GetSetting(
"DataDir",
"", common);
57 OSiLFile = utilParam.GetSetting(
"OSiLFile",
"", common);
58 OSoLFile = utilParam.GetSetting(
"OSoLFile",
"", common);
59 solverFactory = utilParam.GetSetting(
"solverFactory",
"", common);
60 UseNames = utilParam.GetSetting(
"UseNames", 0, common);
61 UseSparse = utilParam.GetSetting(
"UseSparse", 0, common);
62 FullModel = utilParam.GetSetting(
"FullModel", 0, common);
63 BestKnownLB = utilParam.GetSetting(
"BestKnownLB", -1.e100, common);
64 BestKnownUB = utilParam.GetSetting(
"BestKnownUB", 1.e100, common);
65 ColumnUB = utilParam.GetSetting(
"ColumnUB", 1.0, common);
66 ColumnLB = utilParam.GetSetting(
"ColumnLB", 0.0, common);
71 static const char * common =
"OSDip";
72 (*os) <<
"\n=====================================================\n"
73 <<
"OSDipParam PARAMETER SETTINGS \n";
74 (*os) << common <<
": LogLevel : " <<
LogLevel << std::endl;
75 (*os) << common <<
": DataDir : " <<
DataDir << std::endl;
76 (*os) << common <<
": OSiLFile : " <<
OSiLFile << std::endl;
77 (*os) << common <<
": OSoLFile : " <<
OSoLFile << std::endl;
78 (*os) << common <<
": solverFactory : " <<
solverFactory << std::endl;
79 (*os) << common <<
": UseNames : " <<
UseNames << std::endl;
80 (*os) << common <<
": UseSparse : " <<
UseSparse << std::endl;
81 (*os) << common <<
": FullModel : " <<
FullModel << std::endl;
82 (*os) << common <<
": BestKnownLB : " <<
BestKnownLB << std::endl;
83 (*os) << common <<
": BestKnownUB : " <<
BestKnownUB << std::endl;
84 (*os) << common <<
": ColumnUB : " <<
ColumnUB << std::endl;
85 (*os) << common <<
": ColumnLB : " <<
ColumnLB << std::endl;
87 (*os) <<
"\n=====================================================\n";
void getSettings(UtilParameters &utilParam)
void dumpSettings(std::ostream *os=&std::cout)
std::string solverFactory