Skip to content

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

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published