Hi all
I am currently modeling a capacitated vehicle routing problem in Java(only deliveries) with time windows and fuel constraints, so far, I have managed to satisfy the capacity and time windows constraints.
Second, is it possible to "block" some nodes within some specific time windows, this means not allowing any vehicle to go trough those nodes during a specific period of time and then returning back to normal. I was thinking about setting a very high arc cost when traveling to those nodes, but not sure if I can change this cost according to specific time intervals.
Thanks a lot.
Kind regards,
Mario