|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Karger's randomized min-cut algorithm. More...
#include <cmath>#include <limits>#include <vector>#include <htlist.H>#include <tpl_sgraph.H>#include <generate_graph.H>#include <tpl_graph_utils.H>#include <ah-errors.H>Go to the source code of this file.
Classes | |
| class | Aleph::Karger_Min_Cut< GT, SA > |
| Karger's randomized minimum cut algorithm. More... | |
| class | Aleph::Karger_Min_Cut< GT, SA >::ArcIndex |
| Arc index with O(1) operations and deterministic ordering. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Karger's randomized min-cut algorithm.
Implements Karger's contraction algorithm for finding minimum cuts in graphs. Uses random edge contractions to approximate the minimum cut with high probability.
Definition in file Karger.H.