Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 251 Bytes

File metadata and controls

12 lines (12 loc) · 251 Bytes

Lin-Kernighan-Heuristic-approach-to-solving-TSP

The LK Heuristic is used to solve the Traveling Salesman Problem.

Step 1

Compile Code

g++ LKMain.cpp LKMatrix.cpp -o LKSolver

Step 2

Run Code

./exec.sh <input_file> out.tsp