lemon/graph_adaptor.h
changeset 2111 ea1fa1bc3f6d
parent 2084 59769591eb60
child 2177 416a7030b7e3
equal deleted inserted replaced
36:70b94c911f15 37:8b43f31f08a5
  2422   ///
  2422   ///
  2423   /// The second solution contains just 3 disjoint paths while the first 4.
  2423   /// The second solution contains just 3 disjoint paths while the first 4.
  2424   /// The full code can be found in the \ref disjoint_paths_demo.cc demo file.
  2424   /// The full code can be found in the \ref disjoint_paths_demo.cc demo file.
  2425   ///
  2425   ///
  2426   /// This graph adaptor is fully conform to the 
  2426   /// This graph adaptor is fully conform to the 
  2427   /// \ref concept::StaticGraph "StaticGraph" concept and
  2427   /// \ref concept::Graph "Graph" concept and
  2428   /// contains some additional member functions and types. The 
  2428   /// contains some additional member functions and types. The 
  2429   /// documentation of some member functions may be found just in the
  2429   /// documentation of some member functions may be found just in the
  2430   /// SplitGraphAdaptorBase class.
  2430   /// SplitGraphAdaptorBase class.
  2431   ///
  2431   ///
  2432   /// \sa SplitGraphAdaptorBase
  2432   /// \sa SplitGraphAdaptorBase