fikisipi / elkai

elkai is a Python library for solving travelling salesman problems (TSP) based on LKH 3
Other
177 stars 18 forks source link

LKH type #5

Closed JensBB closed 3 years ago

JensBB commented 3 years ago

I was wondering, is this the LKH implementation: LKH3?

Kind regards,

fikisipi commented 3 years ago

No it's just ATSP from LKH 2.9 by Helsgaun.

I don't think LKH 3 has a different ATSP solver? I know it has new solvers for specialized cases i.e. vehicle routing.