Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
ConcordeGraph Class Reference

#include <VRP_Concorde.h>

Public Member Functions

 ConcordeGraph ()
 
void clear ()
 
void setEdgeValue (const double *edgeValue)
 
void init (const int nVerts, const int nEdges)
 
 ~ConcordeGraph ()
 

Public Attributes

int m_nEdges
 
int m_nVerts
 
int * m_edgeList
 
int * m_edgeValue
 

Detailed Description

Definition at line 32 of file VRP_Concorde.h.

Constructor & Destructor Documentation

ConcordeGraph::ConcordeGraph ( )
inline

Definition at line 45 of file VRP_Concorde.h.

ConcordeGraph::~ConcordeGraph ( )
inline

Definition at line 84 of file VRP_Concorde.h.

References clear().

Member Function Documentation

void ConcordeGraph::clear ( )
inline

Definition at line 54 of file VRP_Concorde.h.

References m_edgeList, m_edgeValue, m_nEdges, m_nVerts, and UTIL_DELARR.

Referenced by ~ConcordeGraph().

void ConcordeGraph::setEdgeValue ( const double *  edgeValue)
inline

Definition at line 63 of file VRP_Concorde.h.

void ConcordeGraph::init ( const int  nVerts,
const int  nEdges 
)
inline

Member Data Documentation

int ConcordeGraph::m_nEdges

Definition at line 34 of file VRP_Concorde.h.

Referenced by clear(), init(), VRP_Concorde::setExpandedCost(), and VRP_Concorde::solveTSP().

int ConcordeGraph::m_nVerts
int* ConcordeGraph::m_edgeList
int* ConcordeGraph::m_edgeValue

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