COIN-OR::LEMON - Graph Library

Opened 15 years ago

Last modified 14 years ago

#222 new enhancement

Network Simplex alg. for a simplyfied problem — at Initial Version

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone:
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

A simpler (but in fact equivalent) form of the Network Flow Problems when we have on upper limit on the arcs. We can also assume that the lower limit is 0 everywhere.

In this case Network Simplex algorithms becomes much easier:

  • A basis is just a tree, and it's trivial to obtaine both the primal and the dual solutions from it.
  • A starting dual feasible solution is just a feasible potential w.r.t. the cost, so it can be computed by a shortest path algorithm.

Change History (0)

Note: See TracTickets for help on using tickets.