#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.
| VRP_Param::VRP_Param | ( | ) | [inline] |
Definition at line 67 of file VRP_Param.h.
| VRP_Param::~VRP_Param | ( | ) | [inline] |
Definition at line 76 of file VRP_Param.h.
| void VRP_Param::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 38 of file VRP_Param.h.
References DataDir, UtilParameters::GetSetting(), Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and NumRoutes.
| void VRP_Param::dumpSettings | ( | ostream * | os = &cout |
) | [inline] |
Definition at line 52 of file VRP_Param.h.
References DataDir, Instance, LogLevel, ModelNameCore, ModelNameRelax, ModelNameRelaxNest, and NumRoutes.
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().
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().
Definition at line 35 of file VRP_Param.h.
Referenced by dumpSettings(), and getSettings().
1.6.1