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