faq 94601236 - matsim-org/matsim-code-examples GitHub Wiki
by Tom Tim on 2016-11-15 17:28:26
Hey, what would be the best way to reject a TaxiRequest and put it back in queue so it can be scheduled for a different taxi?
by Michal Maciejewski on 2016-11-15 21:46:31
Hi,
I am not sure what you mean by rejecting a taxi request? If you want to reschedule a request (without notifying the customer), just remove it from one vehicle's schedule and put into another's. Please note this is not the actual rejection when the taxi order is rejected and the customer has to find a workaround.
Hope that helps,
Michal