15 #ifndef SDPUC_PARAM_INCLUDED
16 #define SDPUC_PARAM_INCLUDED
19 #include "UtilMacros.h"
21 #include "UtilParameters.h"
41 static const char * common =
"MCF";
47 throw UtilException(
"Bad Parameter",
"getSettings",
"MCF_Param");
51 bool optionsOk =
true;
56 static const char * common =
"MCF";
57 (*os) <<
"\n=====================================================\n"
58 <<
"MCF_DECOMP PARAMETER SETTINGS \n";
59 (*os) << common <<
": LogLevel : " <<
LogLevel << endl;
60 (*os) << common <<
": UseSparse : " <<
UseSparse << endl;
61 (*os) << common <<
": DataDir : " <<
DataDir << endl;
62 (*os) << common <<
": Instance : " <<
Instance << endl;
63 (*os) <<
"=====================================================\n";
string GetSetting(const char *name, const char *defaultValue, const char *section=NULL)
void dumpSettings(ostream *os=&cout)
void getSettings(UtilParameters &utilParam)
#define UtilException(msg, methodN, classN)