#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 |
Storage for parameters for the Traveling Salesman Problem (TSP).
Definition at line 30 of file TSP_Param.h.
TSP_Param::TSP_Param | ( | ) | [inline] |
Definition at line 73 of file TSP_Param.h.
TSP_Param::~TSP_Param | ( | ) | [inline] |
Definition at line 84 of file TSP_Param.h.
void TSP_Param::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 43 of file TSP_Param.h.
References CutSubtoursX, DataDir, UtilParameters::GetSetting(), Instance, LogLevel, ModelNameCore, and ModelNameRelax.
void TSP_Param::dumpSettings | ( | ostream * | os = &cout |
) | [inline] |
Definition at line 57 of file TSP_Param.h.
References CutSubtoursX, DataDir, Instance, LogLevel, ModelNameCore, and ModelNameRelax.
Definition at line 32 of file TSP_Param.h.
Referenced by dumpSettings(), and getSettings().
string TSP_Param::DataDir |
Definition at line 33 of file TSP_Param.h.
Referenced by dumpSettings(), and getSettings().
string TSP_Param::Instance |
Definition at line 34 of file TSP_Param.h.
Referenced by dumpSettings(), and getSettings().
Definition at line 35 of file TSP_Param.h.
Referenced by dumpSettings(), and getSettings().
string TSP_Param::ModelNameCore |
Definition at line 38 of file TSP_Param.h.
Referenced by dumpSettings(), and getSettings().
string TSP_Param::ModelNameRelax |
Definition at line 39 of file TSP_Param.h.
Referenced by dumpSettings(), and getSettings().