Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
173 stars 42 forks source link

Can the types of problem be combined together? #122

Open mm04926412 opened 2 years ago

mm04926412 commented 2 years ago

I have a VRP that is periodic as well as a form of pickup and delivery VRP where some nodes are both demanders and suppliers. Does this library support that combination?