Skip to content

This project contains an implementation of the meteheuristic Iterated Local Search (ILS) algorithm to solve the NP-hard Traveling Salesman Problem using C++.

Notifications You must be signed in to change notification settings

fredericoguerra/TravelingSalesmanProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traveling Salesman Problem

This project contains an implementation of the meteheuristic Iterated Local Search (ILS) algorithm to solve the NP-hard Traveling Salesman Problem using C++.

Running the project

From the project folder, open your terminal and execute the following commands:

./tsp instances/<INSTANCE_NAME>

All the instances for testing are available in the instances folder under this project.

About

This project contains an implementation of the meteheuristic Iterated Local Search (ILS) algorithm to solve the NP-hard Traveling Salesman Problem using C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published