daunfamily / tsp

Traveling salesman code based on Gurobi using branch and cut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 97.9%Language:Makefile 2.1%