Dip-All
0.91.0
|
#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 27 of file VRP_Param.h.
|
inline |
Definition at line 67 of file VRP_Param.h.
|
inline |
Definition at line 76 of file VRP_Param.h.
|
inline |
Definition at line 38 of file VRP_Param.h.
References DataDir, UtilParameters::GetSetting(), Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and NumRoutes.
|
inline |
Definition at line 52 of file VRP_Param.h.
References DataDir, Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and NumRoutes.
int VRP_Param::LogLevel |
Definition at line 29 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::DataDir |
Definition at line 30 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::Instance |
Definition at line 31 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
int VRP_Param::NumRoutes |
Definition at line 32 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::ModelNameCore |
Definition at line 33 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::ModelNameRelax |
Definition at line 34 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
string VRP_Param::ModelNameRelaxNest |
Definition at line 35 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().