Description of Euclidean TSP Solver :
This program solves the planar (Euclidean) Traveling Salesman Problem (TSP). The heuristic algorithm provides seemingly good solution. Full version includes:1. This application with file input/output enabled.2. DLL containing the algorithm.3. VCL component (with source) that wraps DLL.4. Source code of an application that uses the component.