#include <TSP_Concorde.h>
Public Member Functions | |
| void | print () |
| ConcordeSubtourCut (const int nVerts) | |
| ~ConcordeSubtourCut () | |
Public Attributes | |
| vector< int > | S |
| vector< bool > | inS |
Definition at line 33 of file TSP_Concorde.h.
| ConcordeSubtourCut::ConcordeSubtourCut | ( | const int | nVerts | ) | [inline] |
Definition at line 47 of file TSP_Concorde.h.
| ConcordeSubtourCut::~ConcordeSubtourCut | ( | ) | [inline] |
Definition at line 51 of file TSP_Concorde.h.
| void ConcordeSubtourCut::print | ( | ) | [inline] |
Definition at line 38 of file TSP_Concorde.h.
References inS.
| vector<int> ConcordeSubtourCut::S |
Definition at line 35 of file TSP_Concorde.h.
Referenced by TSP_Concorde::generateCutsSubtour().
| vector<bool> ConcordeSubtourCut::inS |
Definition at line 36 of file TSP_Concorde.h.
Referenced by TSP_Concorde::generateCutsSubtour(), and print().
1.6.1