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

#include <TSP_Param.h>

Public Member Functions

void getSettings (UtilParameters &utilParam)
 
void dumpSettings (ostream *os=&cout)
 
 TSP_Param ()
 
 ~TSP_Param ()
 

Public Attributes

int LogLevel
 
string DataDir
 
string Instance
 
int CutSubtoursX
 
string ModelNameCore
 
string ModelNameRelax
 

Detailed Description

Storage for parameters for the Traveling Salesman Problem (TSP).

Todo:
think about this design, register parameters, isoptional combos that violate, throw exceptions

Definition at line 32 of file TSP_Param.h.

Constructor & Destructor Documentation

TSP_Param::TSP_Param ( )
inline

Definition at line 75 of file TSP_Param.h.

TSP_Param::~TSP_Param ( )
inline

Definition at line 86 of file TSP_Param.h.

Member Function Documentation

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

Definition at line 59 of file TSP_Param.h.

References CutSubtoursX, DataDir, Instance, LogLevel, ModelNameCore, and ModelNameRelax.

Referenced by TSP_DecompApp::TSP_DecompApp().

Member Data Documentation

int TSP_Param::LogLevel

Definition at line 34 of file TSP_Param.h.

Referenced by dumpSettings(), getSettings(), and TSP_DecompApp::TSP_DecompApp().

string TSP_Param::DataDir

Definition at line 35 of file TSP_Param.h.

Referenced by dumpSettings(), and getSettings().

string TSP_Param::Instance

Definition at line 36 of file TSP_Param.h.

Referenced by dumpSettings(), and getSettings().

int TSP_Param::CutSubtoursX

Definition at line 37 of file TSP_Param.h.

Referenced by dumpSettings(), and getSettings().

string TSP_Param::ModelNameCore

Definition at line 40 of file TSP_Param.h.

Referenced by dumpSettings(), and getSettings().

string TSP_Param::ModelNameRelax

Definition at line 41 of file TSP_Param.h.

Referenced by dumpSettings(), and getSettings().


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