COIN-OR::LEMON - Graph Library

Changeset 1470:9b6f8c3587f0 in lemon-0.x for lemon/graph_utils.h


Ignore:
Timestamp:
06/10/05 14:16:25 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1950
Message:

Minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r1467 r1470  
    679679        return inverted.invMap[key];
    680680      }
     681
     682      /// \brief Size of the map.
     683      ///
     684      /// Returns the size of the map.
     685      unsigned size() const {
     686        return inverted.invMap.size();
     687      }
    681688     
    682689    private:
Note: See TracChangeset for help on using the changeset viewer.