|
Dip
0.92.4
|
#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. 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_Instance & | operator= (const TSP_Instance &) |
| Disable the default copy constructors. More... | |
Storage of TSP instance data and utility methods.
Definition at line 30 of file TSP_Instance.h.
|
private |
Disable the default copy constructors.
|
inline |
Definition at line 60 of file TSP_Instance.h.
|
inline |
Definition at line 68 of file TSP_Instance.h.
|
private |
Disable the default copy constructors.
| 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.
1.8.5