... | ... |
@@ -823,3 +823,3 @@ |
823 | 823 |
/// first you must call \ref init(), then the \ref calculateIn() or |
824 |
/// \ref |
|
824 |
/// \ref calculateOut() functions. |
|
825 | 825 |
|
... | ... |
@@ -885,4 +885,4 @@ |
885 | 885 |
/// Calculates a minimum cut with \f$ source \f$ on the |
886 |
/// source-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source |
|
887 |
/// \in X \f$ and minimal out-degree). |
|
886 |
/// source-side (i.e. a set \f$ X\subsetneq V \f$ with |
|
887 |
/// \f$ source \in X \f$ and minimal out-degree). |
|
888 | 888 |
void calculateOut() { |
... | ... |
@@ -895,4 +895,4 @@ |
895 | 895 |
/// Calculates a minimum cut with \f$ source \f$ on the |
896 |
/// target-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source |
|
897 |
/// \in X \f$ and minimal out-degree). |
|
896 |
/// target-side (i.e. a set \f$ X\subsetneq V \f$ with |
|
897 |
/// \f$ source \in X \f$ and minimal out-degree). |
|
898 | 898 |
void calculateIn() { |
0 comments (0 inline)