There are 10 bus routes in the city. 50 trips by the buses need to be made. We have 6 buses. We know that at any given point, no more than 6 trips run simultaneously. We need to allocate the 6 buses to the 50 trips such that utilization of the buses is maximized. We want to minimize the idle time of buses.
We want to identify the bus that needs to be deployed for each trip. Can this be modeled as a Linear/Integer/Mixed Integer-Linear Problem? If so, how do we model the above problem?
If not, what technique needs to be used?
Regards