Skip to content

cthl/tsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tsp

Traveling salesman code based on Gurobi using branch and cut

Simply run make to compile the program, after adjusting the path to Gurobi in Makefile. The program reads in a TSP from stdin, e.g., cat tests/hk48.txt | ./tsp.

About

Traveling salesman code based on Gurobi using branch and cut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published