ConcordeGraph Class Reference

#include <VRP_Concorde.h>

List of all members.

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 30 of file VRP_Concorde.h.


Constructor & Destructor Documentation

ConcordeGraph::ConcordeGraph (  )  [inline]

Definition at line 43 of file VRP_Concorde.h.

ConcordeGraph::~ConcordeGraph (  )  [inline]

Definition at line 82 of file VRP_Concorde.h.

References clear().


Member Function Documentation

void ConcordeGraph::clear (  )  [inline]

Definition at line 52 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 61 of file VRP_Concorde.h.

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

Member Data Documentation

Definition at line 32 of file VRP_Concorde.h.

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


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

Generated on 3 Jun 2015 for Dip-All by  doxygen 1.6.1