I am searching for an open source software for a "Vehicle Routing Problem with Pickup and Deliverys" (VRPPD). These Software needs to support the following things:
- I have a fleet of Vehicles
- I have multiple depots
- Every Order has to be driven from A -> B ( Pickup and Delivery)
I have found some software like jSprit and Optaplanner. The Problem with these software is that i have to decide at the beginning if the Order is a shipment ( Pickup and Delivery on one tour in the Same Vehicle) or if i split these Order and create a Pickup Order and a Delivery Order. ( in these case it transship the ware at the depot). This decide have to be automatical.
Any comments, thoughts or suggestions are greatly appreciated!