Skip to content
/ TSP Public

Implementation of the traveling salesman problem (TSP) with genetic algorithm.

Notifications You must be signed in to change notification settings

l3on3l/TSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP

commands

compile the source code:

$ g++ -g -Wall -fopenmp -o main par_main.cpp

run output:

$ ./main 

About

Implementation of the traveling salesman problem (TSP) with genetic algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages