Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.57 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.57 KB

TSPSolver

A TSP user friendly Solver.

Project Info

Code Health

  • Code Language: c++
  • Comments Language: Spanish
  • License: MIT

Examples

TSPSolver allows to plot the solutions found with the algorithms. Here we present some examples on the instance eil101, with 101 cities. More TSP problems can be found in TSPLIB.

Optimal Solution - Objective function: 629

ACO (with Lin-Kernighan local search) - Objective function: 631

Simulating Annealing - Objective function: 665

GRASP - Objective function: 677

ILS - Objective function: 690

Authors