COIN-OR::LEMON - Graph Library

Changeset 1080:c5cd8960df74 in lemon-main for lemon/network_simplex.h


Ignore:
Timestamp:
08/06/13 05:38:49 (12 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Use m instead of e for denoting the number of arcs/edges (#463)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/network_simplex.h

    r1071 r1080  
    974974    ///
    975975    /// This function returns the total cost of the found flow.
    976     /// Its complexity is O(e).
     976    /// Its complexity is O(m).
    977977    ///
    978978    /// \note The return type of the function can be specified as a
Note: See TracChangeset for help on using the changeset viewer.