cse6140-project

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

To Run

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>

possible problems

Networkx package might not function well. Try install at first if it happens. `pip install networkx