First of all I would like to say awesome job on this project, really impressive work.
I'm considering using this repository for my master thesis project but would like to ask one question first.
How is the support for multiple depots in the traveling salesman implementations? I've seen that some data sources can be structured as having an NxM structure for the distance matrix where the rows are the depots(start positions) and the columns represent the different stops.
Hi!
First of all I would like to say awesome job on this project, really impressive work. I'm considering using this repository for my master thesis project but would like to ask one question first. How is the support for multiple depots in the traveling salesman implementations? I've seen that some data sources can be structured as having an NxM structure for the distance matrix where the rows are the depots(start positions) and the columns represent the different stops.
Is this possible to implement with your solution?
Best Regards