Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

Implemetation of a Network Simplex Algorithm with ILOG OPL

  • 1.  Implemetation of a Network Simplex Algorithm with ILOG OPL

    Posted Fri April 18, 2008 01:12 AM

    Originally posted by: SystemAdmin


    [bastian0815 said:]

    We are students and we want to implement a Network Simplex Algorithm with ILOG OPL.
    Can anyone of you send us an example by mail how this would work?
    Or do you have an idea where we could find a good explanation or any examples?
    Thanks @ all!
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Implemetation of a Network Simplex Algorithm with ILOG OPL

    Posted Fri April 18, 2008 05:57 PM

    Originally posted by: SystemAdmin


    [Didier Vidal said:]

    Hello,

    Do you need to 'implement' a Network Simplex Algorithm with ILOG OPL or to model a network problem, such as a Network-Flow Problem with OPL ?

    For the first case, CPLEX already provides a network simplex algorithms such as you can see at http://www.ilog.com/products/cplex/product/algorithms.cfm

    For the second case, you can find some helps in modeling books that would explain you how to write a Network-Flow Problem in the form of an LP problem.

    Didier.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer