Dip
0.92.4
|
#include <ATM_Param.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
void | dumpSettings (ostream *os=&cout) |
ATM_Param () | |
~ATM_Param () | |
Public Attributes | |
int | LogLevel |
string | DataDir |
string | DataAtm |
string | DataDate |
string | DataAtmDate |
int | NumSteps |
bool | UseTightModel |
string | ModelNameCore |
string | ModelNameRelax |
string | ModelNameRelaxNest |
Storage for parameters for the ATM Cash Management Problem (ATM).
Definition at line 31 of file ATM_Param.h.
|
inline |
Definition at line 78 of file ATM_Param.h.
|
inline |
Definition at line 89 of file ATM_Param.h.
|
inline |
Definition at line 45 of file ATM_Param.h.
References UtilParameters::GetSetting().
Referenced by ATM_DecompApp::ATM_DecompApp().
|
inline |
Definition at line 60 of file ATM_Param.h.
Referenced by ATM_DecompApp::ATM_DecompApp().
int ATM_Param::LogLevel |
Definition at line 33 of file ATM_Param.h.
Referenced by ATM_DecompApp::ATM_DecompApp().
string ATM_Param::DataDir |
Definition at line 34 of file ATM_Param.h.
string ATM_Param::DataAtm |
Definition at line 35 of file ATM_Param.h.
string ATM_Param::DataDate |
Definition at line 36 of file ATM_Param.h.
string ATM_Param::DataAtmDate |
Definition at line 37 of file ATM_Param.h.
int ATM_Param::NumSteps |
Definition at line 38 of file ATM_Param.h.
Referenced by ATM_DecompApp::colIndex_x1(), ATM_DecompApp::colIndex_z(), and ATM_DecompApp::getNAtmsSteps().
bool ATM_Param::UseTightModel |
Definition at line 39 of file ATM_Param.h.
Referenced by ATM_DecompApp::colIndex_x1(), ATM_DecompApp::colIndex_z(), and ATM_DecompApp::getNAtmsSteps().
string ATM_Param::ModelNameCore |
Definition at line 40 of file ATM_Param.h.
string ATM_Param::ModelNameRelax |
Definition at line 41 of file ATM_Param.h.
string ATM_Param::ModelNameRelaxNest |
Definition at line 42 of file ATM_Param.h.