Questions tagged [split-delivery-routing]
The split-delivery-routing tag has no summary.
4 questions
2
votes
2
answers
295
views
Pick up drop off problem on fixed / dynamic route
I am working on the following problem and was wondering if anyone can give me some insight.
There is a fixed route that a vehicle (V1) with a fixed capacity uses everyday to pickup orders from node 1, ...
4
votes
1
answer
286
views
splittable multicommodity problem with CPLEX
I am working on a splittable multicommodity flow problem, where each commodity can be split into $k$ orders. However, I don't know the value of $k$ in advance. Here is my code.
...
8
votes
0
answers
147
views
Multiple shipments with FILO order
I am trying to solve a problem statement with the help of jsprit.
There is a depot.
Identical items need to be delivered or picked up. An item can have two states: Bad or good.
Bad items need to be ...
9
votes
3
answers
904
views
Vehicle routing benchmark instances
I recently started working on the classical split delivery vehicle routing problem (SDVRP). I appreciate if someone could let me know where to download benchmark instances for this problem? I am also ...