wouterkool / attention-learn-to-route

Attention based model for learning to solve different routing problems
MIT License
1.08k stars 341 forks source link

Solving the Multi vehicle VRP. #19

Closed Dukering closed 3 years ago

Dukering commented 4 years ago

Hello,author Due to the basic use of multi vehicle scheduling in reality,is it possible for this framework to solve multi vehicle VRP?

wouterkool commented 3 years ago

Hi! Yes, use --problem cvrp to use the capacitated vehicle routing problem. This creates multiple routes that can be served by multiple vehicles.