lemon/graph_adaptor.h
changeset 2261 c52b572c294f
parent 2251 37fa5f83251e
child 2277 a7896017fc7d
equal deleted inserted replaced
39:e226bd704430 40:5939a118b3cc
  2490   ///
  2490   ///
  2491   /// The second solution contains just 3 disjoint paths while the first 4.
  2491   /// The second solution contains just 3 disjoint paths while the first 4.
  2492   /// The full code can be found in the \ref disjoint_paths_demo.cc demo file.
  2492   /// The full code can be found in the \ref disjoint_paths_demo.cc demo file.
  2493   ///
  2493   ///
  2494   /// This graph adaptor is fully conform to the 
  2494   /// This graph adaptor is fully conform to the 
  2495   /// \ref concept::Graph "Graph" concept and
  2495   /// \ref concepts::Graph "Graph" concept and
  2496   /// contains some additional member functions and types. The 
  2496   /// contains some additional member functions and types. The 
  2497   /// documentation of some member functions may be found just in the
  2497   /// documentation of some member functions may be found just in the
  2498   /// SplitGraphAdaptorBase class.
  2498   /// SplitGraphAdaptorBase class.
  2499   ///
  2499   ///
  2500   /// \sa SplitGraphAdaptorBase
  2500   /// \sa SplitGraphAdaptorBase