The Vehicle Routing solver can be used to solve various PDP.
Solution with the default Policy (ANY):
Samples:
Solution with the FIFO Policy:
Samples:
- vrp_pickup_delivery_fifo.cc
- vrp_pickup_delivery_fifo.py
- VrpPickupDeliveryFifo.java
- VrpPickupDeliveryFifo.cs
Solution with the LIFO Policy:
Samples: