Dip
0.92.4
|
#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 |
Definition at line 32 of file VRP_Concorde.h.
|
inline |
Definition at line 45 of file VRP_Concorde.h.
|
inline |
Definition at line 84 of file VRP_Concorde.h.
References 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().
|
inline |
Definition at line 63 of file VRP_Concorde.h.
|
inline |
Definition at line 67 of file VRP_Concorde.h.
References CoinAssertHint, m_edgeList, m_edgeValue, m_nEdges, and m_nVerts.
Referenced by VRP_Concorde::buildExpandedCompleteGraph().
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 |
Definition at line 35 of file VRP_Concorde.h.
Referenced by clear(), VRP_Concorde::createTSPLIBFile(), VRP_Concorde::createVrpRouteFromTspEdgeList(), init(), VRP_Concorde::init(), VRP_Concorde::setExpandedCost(), and VRP_Concorde::solveTSP().
int* ConcordeGraph::m_edgeList |
Definition at line 36 of file VRP_Concorde.h.
Referenced by VRP_Concorde::buildExpandedCompleteGraph(), clear(), init(), and VRP_Concorde::solveTSP().
int* ConcordeGraph::m_edgeValue |
Definition at line 37 of file VRP_Concorde.h.
Referenced by clear(), VRP_Concorde::createTSPLIBFile(), init(), VRP_Concorde::setExpandedCost(), and VRP_Concorde::solveTSP().