Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

Is it possible to solve a multi-commodity flow problem using network flow optimizer?

  • 1.  Is it possible to solve a multi-commodity flow problem using network flow optimizer?

    Posted 02/26/19 11:17 AM

    Originally posted by: lbr33


    Hi,

     

    I was wondering if I can use network flow optimizer to solve a multi-commodity flow problem.

     

    Thank you!

     

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Is it possible to solve a multi-commodity flow problem using network flow optimizer?

    Posted 03/11/19 03:50 AM

    Originally posted by: RWunderling


    No, but you could try CPXhybnetopt() to solve the network parts with the network optimizer and then start Simplex on the full problem starting from the (extended) basis computed for the network parts. However, we found that this is typically slower than solving the problem from scratch with Simplex.


    #CPLEXOptimizers
    #DecisionOptimization