|
Dip
0.92.4
|
#include <VRP_Instance.h>

Public Member Functions | |
Constructor and Destructor | |
| VRP_Instance () | |
| ~VRP_Instance () | |
Public Attributes | |
| UtilGraphLib | m_graphLib |
| Data for an instance from VRPLIB. More... | |
| int | m_numRoutes |
Private Member Functions | |
Copy Constructors | |
| VRP_Instance (const VRP_Instance &) | |
| Disable the default copy constructors. More... | |
| VRP_Instance & | operator= (const VRP_Instance &) |
| Disable the default copy constructors. More... | |
Storage of VRP instance data and utility methods.
Definition at line 28 of file VRP_Instance.h.
|
private |
Disable the default copy constructors.
|
inline |
Definition at line 42 of file VRP_Instance.h.
|
inline |
Definition at line 46 of file VRP_Instance.h.
|
private |
Disable the default copy constructors.
| UtilGraphLib VRP_Instance::m_graphLib |
Data for an instance from VRPLIB.
Definition at line 31 of file VRP_Instance.h.
Referenced by VRP_Concorde::buildExpandedCompleteGraph(), VRP_CVRPsep::buildLpSol(), VRP_CVRPsep::createVrpCuts(), VRP_Concorde::createVrpRouteFromTspEdgeList(), VRP_Concorde::createVrpRouteFromTspRoute(), VRP_Concorde::init(), VRP_CVRPsep::sepCapacityCuts(), VRP_Concorde::setExpandedCost(), and VRP_Concorde::solveTSP().
| int VRP_Instance::m_numRoutes |
Definition at line 32 of file VRP_Instance.h.
Referenced by VRP_Concorde::buildExpandedCompleteGraph(), VRP_Concorde::setExpandedCost(), and VRP_Concorde::solveTSP().
1.8.5