#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.
| GAP_DecompParam::GAP_DecompParam | ( | ) | [inline] |
Definition at line 56 of file GAP_DecompParam.h.
| GAP_DecompParam::~GAP_DecompParam | ( | ) | [inline] |
Definition at line 62 of file GAP_DecompParam.h.
| void GAP_DecompParam::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 36 of file GAP_DecompParam.h.
References DataDir, UtilParameters::GetSetting(), Instance, LogLevel, and UsePisinger.
| void GAP_DecompParam::dumpSettings | ( | ostream * | os = &cout |
) | [inline] |
Definition at line 44 of file GAP_DecompParam.h.
References DataDir, Instance, LogLevel, and UsePisinger.
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().
Definition at line 33 of file GAP_DecompParam.h.
Referenced by dumpSettings(), and getSettings().
1.6.1