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 Version 1

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

Description (last modified by Peter Kovacs)

A simpler (but in fact equivalent) form of the Network Flow Problems when we have no 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 (1)

comment:1 Changed 15 years ago by Peter Kovacs

Description: modified (diff)
Note: See TracTickets for help on using tickets.