summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms/matching.rst
blob: 194893f75b6cd66c24c622ea81bab424a156422d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
********
Matching
********

.. automodule:: networkx.algorithms.matching
.. autosummary::
   :toctree: generated/

   is_matching
   is_maximal_matching
   is_perfect_matching
   maximal_matching
   max_weight_matching
   min_weight_matching