COIN-OR::LEMON - Graph Library

Changeset 1991:d7442141d9ef in lemon-0.x for test/graph_adaptor_test.cc


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
  • test/graph_adaptor_test.cc

    r1980 r1991  
    5959      Graph::EdgeMap<bool> > >();
    6060   
    61     checkConcept<StaticGraph, SubBidirGraphAdaptor<Graph,
    62       Graph::EdgeMap<bool>, Graph::EdgeMap<bool> > >();
    63     //    checkConcept<StaticGraph, BidirGraph<Graph> >();
    6461    checkConcept<StaticGraph, ResGraphAdaptor<Graph, int,
    6562      Graph::EdgeMap<int>, Graph::EdgeMap<int> > >();
Note: See TracChangeset for help on using the changeset viewer.