I'm trying to test example of VRPTW with depot usage constraint - from here. If I change VehicleNumber on different value(for example from 4 to 6), solution will never be found. This example only works with the specified property values. Why?
I checked C# and Python examples, result is the same.