#include <TSP_Instance.h>
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_Instance & | operator= (const TSP_Instance &) |
Disable the default copy constructors. |
Storage of TSP instance data and utility methods.
Definition at line 28 of file TSP_Instance.h.
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.
TSP_Instance& TSP_Instance::operator= | ( | const TSP_Instance & | ) | [private] |
Disable the default copy constructors.
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.