summaryrefslogtreecommitdiff
path: root/doc/source/reference/algorithms.connectivity.rst
blob: fbd9c4e642adfbd5af2a37a66b69ff5fa38a6a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
************
Connectivity
************

.. automodule:: networkx.algorithms.connectivity


Flow-based Connectivity
-----------------------
.. automodule:: networkx.algorithms.connectivity.connectivity
.. autosummary::
   :toctree: generated/

   average_node_connectivity
   all_pairs_node_connectivity
   edge_connectivity
   local_edge_connectivity
   local_node_connectivity
   node_connectivity

Flow-based Minimum Cuts
-----------------------
.. automodule:: networkx.algorithms.connectivity.cuts
.. autosummary::
   :toctree: generated/

   minimum_edge_cut
   minimum_node_cut
   minimum_st_edge_cut
   minimum_st_node_cut

Stoer-Wagner minimum cut
------------------------
.. automodule:: networkx.algorithms.connectivity.stoerwagner
.. autosummary::
   :toctree: generated/

   stoer_wagner

Utils for flow-based connectivity
---------------------------------
.. automodule:: networkx.algorithms.connectivity.utils
.. autosummary::
   :toctree: generated/

    build_auxiliary_edge_connectivity
    build_auxiliary_node_connectivity