ó
    …~i•  ã                   ór   • S r SSKrSSKJr  S/r\" S5      \" S5      \R                  S 5       5       5       rg)zŸProvides a function for computing the extendability of a graph which is
undirected, simple, connected and bipartite and contains at least one perfect matching.é    N)Únot_implemented_forÚmaximal_extendabilityÚdirectedÚ
multigraphc           
      ó   • [         R                  " U 5      (       d  [         R                  " S5      e[         R                  R	                  U 5      (       d  [         R                  " S5      e[         R                  R                  U 5      u  p[         R                  R                  U 5      n[         R                  " X5      (       d  [         R                  " S5      eX#R                  5       -   Vs/ s H  oDX4   4PM
     nnU R                   VVs/ s H#  u  pgXb;   a  Xg4U;   d  Xa;   a
  Xv4U;  a  Xg4OXv4PM%     nnn[         R                  " 5       n	U	R                  U 5        U	R                  U5        [         R                  " U	5      (       d  [         R                  " S5      e[        S5      n
U H<  nU H3  n[        S [         R                   " X›U5       5       5      nX­:  a  U
OUn
M5     M>     U
$ s  snf s  snnf )uÌ  Computes the extendability of a graph.

The extendability of a graph is defined as the maximum $k$ for which `G`
is $k$-extendable. Graph `G` is $k$-extendable if and only if `G` has a
perfect matching and every set of $k$ independent edges can be extended
to a perfect matching in `G`.

Parameters
----------
G : NetworkX Graph
    A fully-connected bipartite graph without self-loops

Returns
-------
extendability : int

Raises
------
NetworkXError
   If the graph `G` is disconnected.
   If the graph `G` is not bipartite.
   If the graph `G` does not contain a perfect matching.
   If the residual graph of `G` is not strongly connected.

Notes
-----
Definition:
Let `G` be a simple, connected, undirected and bipartite graph with a perfect
matching M and bipartition (U,V). The residual graph of `G`, denoted by $G_M$,
is the graph obtained from G by directing the edges of M from V to U and the
edges that do not belong to M from U to V.

Lemma [1]_ :
Let M be a perfect matching of `G`. `G` is $k$-extendable if and only if its residual
graph $G_M$ is strongly connected and there are $k$ vertex-disjoint directed
paths between every vertex of U and every vertex of V.

Assuming that input graph `G` is undirected, simple, connected, bipartite and contains
a perfect matching M, this function constructs the residual graph $G_M$ of G and
returns the minimum value among the maximum vertex-disjoint directed paths between
every vertex of U and every vertex of V in $G_M$. By combining the definitions
and the lemma, this value represents the extendability of the graph `G`.

Time complexity O($n^3$ $m^2$)) where $n$ is the number of vertices
and $m$ is the number of edges.

References
----------
.. [1] "A polynomial algorithm for the extendability problem in bipartite graphs",
      J. Lakhal, L. Litzler, Information Processing Letters, 1998.
.. [2] "On n-extendible graphs", M. D. Plummer, Discrete Mathematics, 31:201â€“210, 1980
      https://doi.org/10.1016/0012-365X(80)90037-0

zGraph G is not connectedzGraph G is not bipartitez+Graph G does not contain a perfect matchingz1The residual graph of G is not strongly connectedÚinfc              3   ó&   #   • U  H  nS v •  M	     g7f)é   N© )Ú.0Ú_s     Úh/home/mande/repo/quber/.venv/lib/python3.13/site-packages/networkx/algorithms/bipartite/extendability.pyÚ	<genexpr>Ú(maximal_extendability.<locals>.<genexpr>g   s   é € ÐPÒ'O !�AÒ'Oùs   ‚)ÚnxÚis_connectedÚNetworkXErrorÚ	bipartiteÚis_bipartiteÚsetsÚhopcroft_karp_matchingÚis_perfect_matchingÚkeysÚedgesÚDiGraphÚadd_nodes_fromÚadd_edges_fromÚis_strongly_connectedÚfloatÚsumÚnode_disjoint_paths)ÚGÚUÚVÚmaximum_matchingÚnodeÚpmÚxÚyÚdirected_edgesÚ
residual_GÚkÚuÚvÚ	num_pathss                 r   r   r   
   s·  € ôt �?Š?˜1×ÑÜ×ÒÐ9Ó:Ð:ä�<‰<×$Ñ$ Q×'Ñ'Ü×ÒÐ9Ó:Ð:ä�<‰<×Ñ˜QÓ�D€Aä—|‘|×:Ñ:¸1Ó=Ðä×!Ò! !×6Ñ6Ü×ÒÐLÓMÐMð 67×9NÑ9NÓ9PÒ5PÓ	QÒ5P¨TÐ!Ñ'Ó
(Ñ5P€BÐ	Qð
 —G’Gôâ‰DˆAð “6˜q˜f¨›l°³¸A¸6ÈÓ;Kˆ‰ÐSTÐRXÒXÙð ñ ô —’“€JØ×Ñ˜aÔ Ø×Ñ˜nÔ-ä×#Ò# J×/Ñ/Ü×ÒÐRÓSÐSô 	ˆe‹€AÛˆÛˆAÜÑP¤r×'=Ò'=¸jÈQÔ'OÓPÓPˆIØ“]‘¨	ŠAó ñ ð €Hùò/ 
Rùós   Ã1G5Ä*G:)Ú__doc__Únetworkxr   Únetworkx.utilsr   Ú__all__Ú_dispatchabler   r   ó    r   Ú<module>r6      sQ   ðñ[ó Ý .à"Ð
#€ñ �ZÓ Ù�\Ó"Ø×Ññ\ó ó #ó !ñ\r5   