Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
GAP_DecompParam Class Reference

#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
 

Detailed Description

Storage for parameters for the Generalized Assignment Problem (GAP).

Definition at line 30 of file GAP_DecompParam.h.

Constructor & Destructor Documentation

GAP_DecompParam::GAP_DecompParam ( )
inline

Definition at line 58 of file GAP_DecompParam.h.

GAP_DecompParam::~GAP_DecompParam ( )
inline

Definition at line 64 of file GAP_DecompParam.h.

Member Function Documentation

void GAP_DecompParam::getSettings ( UtilParameters utilParam)
inline
void GAP_DecompParam::dumpSettings ( ostream *  os = &cout)
inline

Definition at line 46 of file GAP_DecompParam.h.

References DataDir, Instance, LogLevel, and UsePisinger.

Referenced by GAP_DecompApp::GAP_DecompApp().

Member Data Documentation

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().


The documentation for this class was generated from the following file: