Dip-All
0.91.0
|
#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 28 of file GAP_DecompParam.h.
|
inline |
Definition at line 56 of file GAP_DecompParam.h.
|
inline |
Definition at line 62 of file GAP_DecompParam.h.
|
inline |
Definition at line 36 of file GAP_DecompParam.h.
References DataDir, UtilParameters::GetSetting(), Instance, LogLevel, and UsePisinger.
|
inline |
Definition at line 44 of file GAP_DecompParam.h.
References DataDir, Instance, LogLevel, and UsePisinger.
int GAP_DecompParam::LogLevel |
Definition at line 30 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().
string GAP_DecompParam::DataDir |
Definition at line 31 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().
string GAP_DecompParam::Instance |
Definition at line 32 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().
bool GAP_DecompParam::UsePisinger |
Definition at line 33 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().