RodolfoPichardo / LinKernighanTSP

A java implementation of the famous Lin-Kernighan heuristics algorithm implemented for graphic (symmetric) TSP
MIT License
29 stars 13 forks source link

Support TSPLIB compliant data. #1

Closed RodolfoPichardo closed 7 years ago

RodolfoPichardo commented 7 years ago

Currently, the data format is a non-standardised form of TSPLIB that does not have any headers or end-of-file markers; however, it would be nice for this program to accept standard TSPLIB compliant data,

RodolfoPichardo commented 7 years ago

Implemented in commit eaa929a