COIN-OR::LEMON - Graph Library

Changeset 2111:ea1fa1bc3f6d in lemon-0.x for lemon/min_cut.h


Ignore:
Timestamp:
06/28/06 17:06:24 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2817
Message:

Removing concepts for extendable and erasable graphs
Renaming StaticGraph? to Graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_cut.h

    r2094 r2111  
    180180  /// relatively time consuming process to compute the edge capacity if
    181181  /// it is necessary. The default map type is \ref
    182   /// concept::StaticGraph::EdgeMap "Graph::EdgeMap<int>".  The value
     182  /// concept::Graph::EdgeMap "Graph::EdgeMap<int>".  The value
    183183  /// of CapacityMap is not used directly by search algorithm, it is only
    184184  /// passed to \ref MaxCardinalitySearchDefaultTraits. 
     
    702702    typedef _Graph Graph;
    703703
    704     /// The AuxGraph type which is an ErasableGraph
     704    /// The AuxGraph type which is an Graph
    705705    typedef ListUGraph AuxGraph;
    706706
Note: See TracChangeset for help on using the changeset viewer.