COIN-OR::LEMON - Graph Library

Changeset 1002:f63ba40a60f4 in lemon-main for doc/min_cost_flow.dox


Ignore:
Timestamp:
01/30/12 23:24:14 (12 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Improve module docs and references (#437)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/min_cost_flow.dox

    r877 r1002  
    102102\f[ lower(uv) \leq f(uv) \leq upper(uv) \quad \forall uv\in A \f]
    103103
    104 However if the sum of the supply values is zero, then these two problems
     104However, if the sum of the supply values is zero, then these two problems
    105105are equivalent.
    106106The \ref min_cost_flow_algs "algorithms" in LEMON support the general
Note: See TracChangeset for help on using the changeset viewer.