Implements the Lin-Kernighan Heuristic for solving the Travelling Salesman Problem
Problem 1 of Heuristic Problem Solving at NYU
Team: Codebreakers
- Abhinav Tamaskar ([email protected])
- Lingliang Zhang ([email protected])
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