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

#include <TSP_Instance.h>

Collaboration diagram for TSP_Instance:
Collaboration graph
[legend]

Public Member Functions

Constructor and Destructor
 TSP_Instance ()
 
 ~TSP_Instance ()
 

Public Attributes

UtilGraphLib m_graphLib
 Data for an instance from TSPLIB. More...
 
TSP_Concorde m_concorde
 Interface class for Concorde methods. More...
 
TSP_Boost m_boost
 
int m_vert
 The current support graph. More...
 

Private Member Functions

Copy Constructors
 TSP_Instance (const TSP_Instance &)
 Disable the default copy constructors. More...
 
TSP_Instanceoperator= (const TSP_Instance &)
 Disable the default copy constructors. More...
 

Detailed Description

Storage of TSP instance data and utility methods.

Definition at line 30 of file TSP_Instance.h.

Constructor & Destructor Documentation

TSP_Instance::TSP_Instance ( const TSP_Instance )
private

Disable the default copy constructors.

TSP_Instance::TSP_Instance ( )
inline

Definition at line 60 of file TSP_Instance.h.

TSP_Instance::~TSP_Instance ( )
inline

Definition at line 68 of file TSP_Instance.h.

Member Function Documentation

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

Disable the default copy constructors.

Member Data Documentation

UtilGraphLib TSP_Instance::m_graphLib

Data for an instance from TSPLIB.

Definition at line 33 of file TSP_Instance.h.

TSP_Concorde TSP_Instance::m_concorde

Interface class for Concorde methods.

Definition at line 38 of file TSP_Instance.h.

TSP_Boost TSP_Instance::m_boost

Definition at line 41 of file TSP_Instance.h.

int TSP_Instance::m_vert

The current support graph.

The complete graph Gm_vert} (needed by MODEL_ONETREE).

Definition at line 48 of file TSP_Instance.h.


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