COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
03/01/06 11:25:30 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2593
Message:

The graph adadptors can be alteration observed.
In most cases it uses the adapted graph alteration notifiers.
Only special case is now the UndirGraphAdaptor?, where
we have to proxy the signals from the graph.

The SubBidirGraphAdaptor? is removed, because it doest not
gives more feature than the EdgeSubGraphAdaptor?<UndirGraphAdaptor?<Graph>>.

The ResGraphAdaptor? is based on this composition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/edge_set_extender.h

    r1979 r1991  
    6969  public:
    7070
     71    using Parent::getNotifier;
     72
    7173    /// \brief Gives back the edge alteration notifier.
    7274    ///
     
    323325
    324326  public:
     327
     328    using Parent::getNotifier;
    325329   
    326330    EdgeNotifier& getNotifier(Edge) const {
Note: See TracChangeset for help on using the changeset viewer.