Changeset 1985:8782ff6fd98a in lemon-0.x
- Timestamp:
- 02/27/06 11:17:33 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/ugraph_adaptor.h
r1980 r1985 598 598 typedef _UGraph Graph; 599 599 protected: 600 ConstMap<typename _UGraph:: Edge, bool> const_true_map;600 ConstMap<typename _UGraph::UEdge, bool> const_true_map; 601 601 public: 602 602 NodeSubUGraphAdaptor(Graph& _graph, NodeFilterMap& _node_filter_map) :
Note: See TracChangeset
for help on using the changeset viewer.