I need to use VRP and take into account that a client wants to either have a pick-up or a delivery. I know VRPB satisfies these requirements but that waits until the truck is empty before picking up from clients.
Is the VRPC able to deal with a negative demand? Which would make it a delivery.
After some looking around I found this link: https://discuss.graphhopper.com/t/negative-values-as-capacities/1310
You can use a PickUp class or a Delivery class and the code will do the rest. So yes, it is supported.