Implements the Lin-Kernighan Heuristic for solving the Travelling Salesman Problem
Problem 1 of Heuristic Problem Solving at NYU
Team: Codebreakers
- Abhinav Tamaskar (avt237@nyu.edu)
- Lingliang Zhang (lz781@nyu.edu)
Compile Code
g++ LKMain.cpp LKMatrix.cpp -o LKSolver
Run Code
./exec.sh <input_file> out.tsp
./run_program ./exec.sh <input_file> out.tsp