This project is for Jiayu Chen, Peng Guo, Xiaoting Lai, Xueqing Tian. The four algorithms are: Branch and Bound, MST Approximation, 2-Opt Exchange Local Seach, Simulated Annealing Local Search
Run the tsp_main.py with python3.7 interpreter and following arguments to generate the results.
python tsp_main.py −inst <path/filename> −alg [BnB|Approx|LS1|LS2] −time <cutoff in seconds> −seed <random seed>
Networkx package might not function well. Try install at first if it happens. `pip install networkx