Dip
0.92.4
|
#include <VRP_Param.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
void | dumpSettings (ostream *os=&cout) |
VRP_Param () | |
~VRP_Param () | |
Public Attributes | |
int | LogLevel |
string | DataDir |
string | Instance |
int | NumRoutes |
string | ModelNameCore |
string | ModelNameRelax |
string | ModelNameRelaxNest |
Storage for parameters for the Vehicle Routing Problem (VRP).
Definition at line 29 of file VRP_Param.h.
|
inline |
Definition at line 69 of file VRP_Param.h.
|
inline |
Definition at line 78 of file VRP_Param.h.
|
inline |
Definition at line 40 of file VRP_Param.h.
References DataDir, UtilParameters::GetSetting(), Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and NumRoutes.
Referenced by VRP_DecompApp::VRP_DecompApp().
|
inline |
Definition at line 54 of file VRP_Param.h.
References DataDir, Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and NumRoutes.
Referenced by VRP_DecompApp::VRP_DecompApp().
int VRP_Param::LogLevel |
Definition at line 31 of file VRP_Param.h.
Referenced by dumpSettings(), getSettings(), and VRP_DecompApp::VRP_DecompApp().
string VRP_Param::DataDir |
Definition at line 32 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::Instance |
Definition at line 33 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
int VRP_Param::NumRoutes |
Definition at line 34 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::ModelNameCore |
Definition at line 35 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::ModelNameRelax |
Definition at line 36 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::ModelNameRelaxNest |
Definition at line 37 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().