#include "StdAfx.h"
#include "Travellingsalesman.h"
#include "Sort.h"
#include "2DPoint.h"
#include "2DPointSet.h"
#include <list>
--------------------------------------------------------------------------
Implementation file for CTravellingSalesman, a class which uses heuristic methods to help minimise routes between points. Used by the polygon for reordering points.
---------------------------------------------------------------------------