vinaychourasiya / TSP-heuristics

Implementing various heuristics for Traveling Salesman Problem (TSP).
5 stars 6 forks source link

Namely Lin-Kernighan Heuristic #1

Closed MarekBiolik closed 3 years ago

MarekBiolik commented 4 years ago

Could you add describe witch of those program is for run "Namely Lin-Kernighan Heuristic"?

vinaychourasiya commented 3 years ago

I've removed the lin-Kernighan heuristic from the repo. there was a bug in the implementation.