|
Dip
0.92.4
|
#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 32 of file TSP_Param.h.
|
inline |
Definition at line 75 of file TSP_Param.h.
|
inline |
Definition at line 86 of file TSP_Param.h.
|
inline |
Definition at line 45 of file TSP_Param.h.
References CutSubtoursX, DataDir, UtilParameters::GetSetting(), Instance, LogLevel, ModelNameCore, and ModelNameRelax.
Referenced by TSP_DecompApp::TSP_DecompApp().
|
inline |
Definition at line 59 of file TSP_Param.h.
References CutSubtoursX, DataDir, Instance, LogLevel, ModelNameCore, and ModelNameRelax.
Referenced by TSP_DecompApp::TSP_DecompApp().
| 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().
1.8.5