13 #ifndef SDPUC_PARAM_INCLUDED
14 #define SDPUC_PARAM_INCLUDED
17 #include "UtilMacros.h"
19 #include "UtilParameters.h"
39 static const char * common =
"MCF";
45 throw UtilException(
"Bad Parameter",
"getSettings",
"MCF_Param");
49 bool optionsOk =
true;
54 static const char * common =
"MCF";
55 (*os) <<
"\n=====================================================\n"
56 <<
"MCF_DECOMP PARAMETER SETTINGS \n";
57 (*os) << common <<
": LogLevel : " <<
LogLevel << endl;
58 (*os) << common <<
": UseSparse : " <<
UseSparse << endl;
59 (*os) << common <<
": DataDir : " <<
DataDir << endl;
60 (*os) << common <<
": Instance : " <<
Instance << endl;
61 (*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)