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.cfmFor 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