equal
deleted
inserted
replaced
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 |