TSP_Instance Class Reference

#include <TSP_Instance.h>

Collaboration diagram for TSP_Instance:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Constructor and Destructor



 TSP_Instance ()
 ~TSP_Instance ()

Public Attributes

UtilGraphLib m_graphLib
 Data for an instance from TSPLIB.
TSP_Concorde m_concorde
 Interface class for Concorde methods.
TSP_Boost m_boost



int m_vert
 The current support graph.

Private Member Functions

Copy Constructors



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

Detailed Description

Storage of TSP instance data and utility methods.

Definition at line 28 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 58 of file TSP_Instance.h.

TSP_Instance::~TSP_Instance (  )  [inline]

Definition at line 66 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

Data for an instance from TSPLIB.

Definition at line 31 of file TSP_Instance.h.

Interface class for Concorde methods.

Definition at line 36 of file TSP_Instance.h.

Definition at line 39 of file TSP_Instance.h.

The current support graph.

The complete graph Gm_vert} (needed by MODEL_ONETREE).

Definition at line 46 of file TSP_Instance.h.


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

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