#include <MMKP_Param.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
bool | checkOptions () |
void | dumpSettings (ostream *os=&cout) |
MMKP_Param () | |
~MMKP_Param () | |
Public Attributes | |
int | LogLevel |
string | DataDir |
string | Instance |
string | DataFormat |
string | ModelNameCore |
string | ModelNameRelax |
string | ModelNameRelaxNest |
bool | UsePisinger |
Definition at line 32 of file MMKP_Param.h.
MMKP_Param::MMKP_Param | ( | ) | [inline] |
Definition at line 104 of file MMKP_Param.h.
MMKP_Param::~MMKP_Param | ( | ) | [inline] |
Definition at line 113 of file MMKP_Param.h.
void MMKP_Param::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 44 of file MMKP_Param.h.
References checkOptions(), DataDir, DataFormat, UtilParameters::GetSetting(), Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, UsePisinger, and UtilException.
bool MMKP_Param::checkOptions | ( | ) | [inline] |
Definition at line 59 of file MMKP_Param.h.
References ModelNameCore, ModelNameRelax, and ModelNameRelaxNest.
Referenced by getSettings().
void MMKP_Param::dumpSettings | ( | ostream * | os = &cout |
) | [inline] |
Definition at line 88 of file MMKP_Param.h.
References DataDir, DataFormat, Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and UsePisinger.
Definition at line 34 of file MMKP_Param.h.
Referenced by dumpSettings(), and getSettings().
string MMKP_Param::DataDir |
Definition at line 35 of file MMKP_Param.h.
Referenced by dumpSettings(), and getSettings().
string MMKP_Param::Instance |
Definition at line 36 of file MMKP_Param.h.
Referenced by dumpSettings(), and getSettings().
string MMKP_Param::DataFormat |
Definition at line 37 of file MMKP_Param.h.
Referenced by dumpSettings(), and getSettings().
string MMKP_Param::ModelNameCore |
Definition at line 38 of file MMKP_Param.h.
Referenced by checkOptions(), dumpSettings(), and getSettings().
string MMKP_Param::ModelNameRelax |
Definition at line 39 of file MMKP_Param.h.
Referenced by checkOptions(), dumpSettings(), and getSettings().
Definition at line 40 of file MMKP_Param.h.
Referenced by checkOptions(), dumpSettings(), and getSettings().
Definition at line 41 of file MMKP_Param.h.
Referenced by dumpSettings(), and getSettings().