itinero / optimization

Routing optimization module module for Itinero.
Apache License 2.0
51 stars 17 forks source link

[Question] Variations of VRP #27

Open ImBeCiliC opened 6 years ago

ImBeCiliC commented 6 years ago

Is there a overview of all the VRP's you want to implement into the optimization package? Are you planning to provide a more flexible solution to let people build their own constraints?

xivk commented 6 years ago

There is no planned flexible solution, the purpose of this library is two-fold:

This comes down to VRP's with vehicles that can have:

We also plan to support:

This means this out-of-the box support is going to be there for:

The ones in bold are currently implemented, most of the work is going on in a refactoring effort reflecting everything that was learned over the past years.