netotz / alpha-neighbor-p-center-problem

Heuristic algorithms for the alpha-neighbor p-center problem.
MIT License
5 stars 0 forks source link

Modify TSP Lib format #12

Closed netotz closed 1 year ago

netotz commented 2 years ago

In this problem, the set of nodes is divided in 2: users and facilities. The TSP Lib format uses 1 set only, so for this problem, it has to be modified by adding an extra column on the coordinates that will indicate if a node is a user or a facility.