File: algorithms.connectivity.rst

package info (click to toggle)
python-networkx 1.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,052 kB
  • ctags: 3,986
  • sloc: python: 52,132; makefile: 176
file content (47 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
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