Dip  0.92.4
Public Attributes | List of all members
VRP_Instance Class Reference

#include <VRP_Instance.h>

Collaboration diagram for VRP_Instance:
Collaboration graph
[legend]

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_Instanceoperator= (const VRP_Instance &)
 Disable the default copy constructors. More...
 

Detailed Description

Storage of VRP instance data and utility methods.

Definition at line 28 of file VRP_Instance.h.

Constructor & Destructor Documentation

VRP_Instance::VRP_Instance ( const VRP_Instance )
private

Disable the default copy constructors.

VRP_Instance::VRP_Instance ( )
inline

Definition at line 42 of file VRP_Instance.h.

VRP_Instance::~VRP_Instance ( )
inline

Definition at line 46 of file VRP_Instance.h.

Member Function Documentation

VRP_Instance& VRP_Instance::operator= ( const VRP_Instance )
private

Disable the default copy constructors.

Member Data Documentation

UtilGraphLib VRP_Instance::m_graphLib
int VRP_Instance::m_numRoutes

The documentation for this class was generated from the following file: