Index: doc/table_of_contents.html =================================================================== --- doc/table_of_contents.html (revision 65590) +++ doc/table_of_contents.html (working copy) @@ -208,9 +208,11 @@
  • boykov_kolmogorov_max_flow
  • edmonds_maximum_cardinality_matching + +
  • Minimum Cut Algorithms +
    1. stoer_wagner_min_cut
    -
  • Sparse Matrix Ordering Algorithms
    1. #include +#include #include #include #include @@ -19,7 +20,7 @@ unsigned long second; }; -// A graphic of the min-cut is available at +// A graphic of the min-cut is available at int main() { using namespace std;