Originally posted by: Heungjo
Lessi, Thank you so much for your answer.
I know CPLEX solver can solve multi-commodities network flow problem very fast.
However, I would like to know about that more precisely.
The CPLEX manual says that it would be 100 faster to solve the network flow problem by the CPLEX network optimizer than by other general CPLEX simplex solvers.
This is the exact point that I want to know.
My formulation contains the generalized network flow problem.
I want to solve my problem by decomposing the generalized network flow problem part as subproblem.
I can solve that subproblem by using general simplex solver fast.
But, I would like to use the network optimizer, because, if possible, it would be faster than the general simplex solvers.
Does anybody have ideas about this?
Thank you.
#CPLEXOptimizers#DecisionOptimization