Skip to content

Resolução do Traveling Salesman Problem (TSP) de forma meta-heurística utilizando o GILS-RVND.

Notifications You must be signed in to change notification settings

eduardovegas/TSP-GILS_RVND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TSP-GILS_RVND

This project implements the GILS-RVND metaheuristic for solving the Traveling Salesman Problem (TSP).

Compiling and Running

A serial executable is obtained by using your favourite C++ compiler to compile and link the downloaded files.

On Windows:

g++ -O3 src/main.cpp src/readData.cpp -o tsp.exe

After done compiling, execute the 'tsp' program passing the instance name as an argument, like this:

./tsp instances/name.tsp

About

Resolução do Traveling Salesman Problem (TSP) de forma meta-heurística utilizando o GILS-RVND.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages