fillipe-gsm / python-tsp

Library to solve Traveling Salesperson Problems with pure Python code
MIT License
174 stars 28 forks source link

Add tsplib support #9

Closed fillipe-gsm closed 3 years ago

fillipe-gsm commented 3 years ago

Description

Add support for computing equivalent distance matrices from TSPLIB files.

This PR can handle TSP and ATSP (i.e., symmetric and asymmetric, respectively) instances.