Reputation: 1789
I would like to solve routing problems with passengers. At most 4 passengers can be present in a vehicle. At each stop either passengers enter the vehicle or leave the vehicle. As I understand this can not be modeled with a demands dimension, as the cumulative variable is only allowed to increase (non-negative transits). What's the approach here?
Upvotes: 1
Views: 131
Reputation: 11014
You can have negative transits. You cannot have negative cumulative variables.
Upvotes: 2