Originally posted by: Taroon
Hi!
I am trying to model hub-arc location problem on cplex. I would like to know which nodes will be the gateways and the fractional demand for each arc that is activated. In other words, those are the decision variables.
The network is directed and in a hierarchical structure. the origins are only nodes in O, the destinations are only nodes in D, the candidates for gateways (G) are a subset of O, therefore, could be origin nodes as well, and the hubs (H) are a subset of D and therefore could be destination nodes.
I tried to design the network into the cplex with the objective of minimizing cost, and several constraints. However, I come up with no solution. moreover, I am quite confused with executing the results at the end of the model.
I would like to ask for any bits of advice that can help the model to be able to result in solutions! I attached files .mod and .dat as well.
Thanks!!
#CPLEXOptimizers#DecisionOptimization