A TSP Solver namespace. More...
Classes | |
struct | SStep |
This structure represents one step of solving. More... | |
class | CTSPSolver |
This class solves Travelling Salesman Problem task. More... | |
Typedefs | |
typedef QList< QList< double > > | TMatrix |
A matrix of city-to-city travel costs. |
A TSP Solver namespace.
This namespace contains all the stuff required for solving TSP tasks.