Changeset 478:5a1e9fdcfd3a in lemon for lemon/bits/graph_adaptor_extender.h
- Timestamp:
- 01/11/09 16:09:53 (16 years ago)
- Branch:
- default
- Children:
- 479:aff6888e71c9, 486:a2fd8b8d0b30
- Parents:
- 468:75a5df083951 (diff), 477:f599fa651202 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/graph_adaptor_extender.h
r463 r478 174 174 }; 175 175 176 177 /// \ingroup digraphbits178 ///179 /// \brief Extender for the GraphAdaptors180 176 template <typename _Graph> 181 177 class GraphAdaptorExtender : public _Graph { -
lemon/bits/graph_adaptor_extender.h
r476 r478 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 85 * Copyright (C) 2003-2009 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES).
Note: See TracChangeset
for help on using the changeset viewer.