0
3
0
| ... | ... |
@@ -295,7 +295,7 @@ |
| 295 | 295 |
/// the same class if they are connected with directed paths in both |
| 296 | 296 |
/// direction. |
| 297 | 297 |
/// |
| 298 |
/// \param |
|
| 298 |
/// \param digraph The graph. |
|
| 299 | 299 |
/// \return The number of components |
| 300 | 300 |
/// \note By definition, the empty graph has zero |
| 301 | 301 |
/// strongly connected components. |
| ... | ... |
@@ -1225,7 +1225,7 @@ |
| 1225 | 1225 |
/// Sort the nodes of a DAG into topolgical order. It also checks |
| 1226 | 1226 |
/// that the given graph is DAG. |
| 1227 | 1227 |
/// |
| 1228 |
/// \param |
|
| 1228 |
/// \param digraph The graph. It must be directed and acyclic. |
|
| 1229 | 1229 |
/// \retval order A readable - writable node map. The values will be set |
| 1230 | 1230 |
/// from 0 to the number of the nodes in the graph minus one. Each values |
| 1231 | 1231 |
/// of the map will be set exactly once, the values will be set descending |
| ... | ... |
@@ -416,7 +416,7 @@ |
| 416 | 416 |
/// If you need better control on the execution, you must call |
| 417 | 417 |
/// \ref init(), \ref greedyInit() or \ref matchingInit() |
| 418 | 418 |
/// functions first, then you can start the algorithm with the \ref |
| 419 |
/// |
|
| 419 |
/// startSparse() or startDense() functions. |
|
| 420 | 420 |
|
| 421 | 421 |
///@{
|
| 422 | 422 |
| ... | ... |
@@ -51,7 +51,7 @@ |
| 51 | 51 |
/// \warning Length values should be \e non-negative \e integers. |
| 52 | 52 |
/// |
| 53 | 53 |
/// \note For finding node-disjoint paths this algorithm can be used |
| 54 |
/// with \ref |
|
| 54 |
/// with \ref SplitNodes. |
|
| 55 | 55 |
#ifdef DOXYGEN |
| 56 | 56 |
template <typename Digraph, typename LengthMap> |
| 57 | 57 |
#else |
0 comments (0 inline)