Originally posted by: TillGoe
Hi together,
I am currently trying to construct an transportation model in CPLEX (12.8.0.0) in OPL. As I am new to CPLEX I need some help understanding the way to put the problem into CPLEX.
It is a model constructed by Ma et al (2017) in "Designing optimal vehicle autonomous vehicle sharing and reservation systems: A linear programming approach".
The problem is basically a network problem which is assigning trip chains to a number of vehicles to serve a specific set of personnel trip demands.
The input would be a set of trip demands from point i- to point i+ , each at a given pickup time ti- and a delivery time ti+.
Since only following demands j with a pickup time tj- later than the delivery time of ti+ can be reached after trip i was served, I guess I need a matrix which displays reachable trips.
But do I know need a travel time from every pickup and delivery location to every other location? And how do I handle trip demands that can not be reached?
I attached the optimization problem.
Can somebody give me a hint on how to start? I was trying to get an idea to insert the problem in CLPEX forever but I simply don't know where to start :(
Every help is much appreciated!!
#CPLEXOptimizers#DecisionOptimization