You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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