Originally posted by: SystemAdmin
[shadi said:]
hi,
im using column generation method, and i want to have the ability to generate and columns(dutirs) that have the following structure:
Trip1 Location1 -> Location2
Trip2 Location2 -> Location1
Trip3 Location2 -> Location1
Trip4 Location1 -> Location2
Trip5 Location2 -> Location1
i mean to include and duties that has empty trips, in the above example in order to make trips 3 bus must go from
Location1 to Location2 empty. but this can happen when:
ArrTime[trip2] + emptyBusTime<DepTime[trip3] <br />where: emptyBusTime is the duration in min when an empty bus travel from location1 to location2.
thanks in advanced
Kshieboun Shadi
#DecisionOptimization#OPLusingCPOptimizer