Skip to main content

Questions tagged [split-delivery-routing]

Filter by
Sorted by
Tagged with
2 votes
2 answers
295 views

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, ...
mars's user avatar
  • 629
4 votes
1 answer
286 views

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. ...
yingqi's user avatar
  • 43
8 votes
0 answers
147 views

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 ...
Aman Kumar's user avatar
9 votes
3 answers
904 views

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 ...
rasul's user avatar
  • 2,190