Dip
0.92.4
|
#include <GAP_DecompParam.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
void | dumpSettings (ostream *os=&cout) |
GAP_DecompParam () | |
~GAP_DecompParam () | |
Public Attributes | |
int | LogLevel |
string | DataDir |
string | Instance |
bool | UsePisinger |
Storage for parameters for the Generalized Assignment Problem (GAP).
Definition at line 30 of file GAP_DecompParam.h.
|
inline |
Definition at line 58 of file GAP_DecompParam.h.
|
inline |
Definition at line 64 of file GAP_DecompParam.h.
|
inline |
Definition at line 38 of file GAP_DecompParam.h.
References DataDir, UtilParameters::GetSetting(), Instance, LogLevel, and UsePisinger.
Referenced by GAP_DecompApp::GAP_DecompApp().
|
inline |
Definition at line 46 of file GAP_DecompParam.h.
References DataDir, Instance, LogLevel, and UsePisinger.
Referenced by GAP_DecompApp::GAP_DecompApp().
int GAP_DecompParam::LogLevel |
Definition at line 32 of file GAP_DecompParam.h.
Referenced by dumpSettings(), GAP_DecompApp::GAP_DecompApp(), and getSettings().
string GAP_DecompParam::DataDir |
Definition at line 33 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().
string GAP_DecompParam::Instance |
Definition at line 34 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().
bool GAP_DecompParam::UsePisinger |
Definition at line 35 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().