Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Allocating vehicles for trips

    Posted 10/26/15 06:51 AM

    Originally posted by: Yashgt


    Hi,

     

    10 bus routes in the city. 50 trips of 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 Problem? If not, what technique needs to be used?

     

    Regards


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Allocating vehicles for trips

    Posted 10/26/15 06:17 PM

    I don't think it can be done as a linear program, but it should be possible as a mixed integer linear program.


    #CPLEXOptimizers
    #DecisionOptimization