Ë
    D^(h…  ã                   óÞ   — d Z ddlZddlmZ ddlmZ g d¢Z ed«      ej                  d„ «       «       Z	 ed«      ej                  d	„ «       «       Z
 ed«      ej                  d
„ «       «       Zy)zDProvides functions for computing the efficiency of nodes and graphs.é    N)ÚNetworkXNoPathé   )Únot_implemented_for)Ú
efficiencyÚlocal_efficiencyÚglobal_efficiencyÚdirectedc                 ó`   — 	 dt        j                  | ||«      z  }|S # t        $ r d}Y |S w xY w)ad  Returns the efficiency of a pair of nodes in a graph.

    The *efficiency* of a pair of nodes is the multiplicative inverse of the
    shortest path distance between the nodes [1]_. Returns 0 if no path
    between nodes.

    Parameters
    ----------
    G : :class:`networkx.Graph`
        An undirected graph for which to compute the average local efficiency.
    u, v : node
        Nodes in the graph ``G``.

    Returns
    -------
    float
        Multiplicative inverse of the shortest path distance between the nodes.

    Examples
    --------
    >>> G = nx.Graph([(0, 1), (0, 2), (0, 3), (1, 2), (1, 3)])
    >>> nx.efficiency(G, 2, 3)  # this gives efficiency for node 2 and 3
    0.5

    Notes
    -----
    Edge weights are ignored when computing the shortest path distances.

    See also
    --------
    local_efficiency
    global_efficiency

    References
    ----------
    .. [1] Latora, Vito, and Massimo Marchiori.
           "Efficient behavior of small-world networks."
           *Physical Review Letters* 87.19 (2001): 198701.
           <https://doi.org/10.1103/PhysRevLett.87.198701>

    é   r   )ÚnxÚshortest_path_lengthr   )ÚGÚuÚvÚeffs       úe/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/networkx/algorithms/efficiency_measures.pyr   r      sC   € ðXØ”"×)Ñ)¨!¨Q°Ó2Ñ2ˆð €Jøô ò Ø‰Ø€Jðús   ‚ ž-¬-c                 óÖ   — t        | «      }||dz
  z  }|dk7  rNt        j                  | «      }d}|D ]+  \  }}|j                  «       D ]  \  }}|dkD  sŒ|d|z  z  }Œ Œ- ||z  }|S d}|S )a3  Returns the average global efficiency of the graph.

    The *efficiency* of a pair of nodes in a graph is the multiplicative
    inverse of the shortest path distance between the nodes. The *average
    global efficiency* of a graph is the average efficiency of all pairs of
    nodes [1]_.

    Parameters
    ----------
    G : :class:`networkx.Graph`
        An undirected graph for which to compute the average global efficiency.

    Returns
    -------
    float
        The average global efficiency of the graph.

    Examples
    --------
    >>> G = nx.Graph([(0, 1), (0, 2), (0, 3), (1, 2), (1, 3)])
    >>> round(nx.global_efficiency(G), 12)
    0.916666666667

    Notes
    -----
    Edge weights are ignored when computing the shortest path distances.

    See also
    --------
    local_efficiency

    References
    ----------
    .. [1] Latora, Vito, and Massimo Marchiori.
           "Efficient behavior of small-world networks."
           *Physical Review Letters* 87.19 (2001): 198701.
           <https://doi.org/10.1103/PhysRevLett.87.198701>

    r   r   )Úlenr   Úall_pairs_shortest_path_lengthÚitems)	r   ÚnÚdenomÚlengthsÚg_effÚsourceÚtargetsÚtargetÚdistances	            r   r   r   >   s™   € ôT 	ˆA‹€AØ��Q‘‰K€EØ�‚zÜ×3Ñ3°AÓ6ˆØˆØ&ò 	*‰OˆF�GØ$+§M¡M£Oò *Ñ �˜Ø˜a“<Ø˜Q ™\Ñ)‘Eñ*ð	*ð 	�‰ˆð €Lð ˆð €Ló    c                 óH   ‡ — ˆ fd„‰ D «       }t        |«      t        ‰ «      z  S )a¬  Returns the average local efficiency of the graph.

    The *efficiency* of a pair of nodes in a graph is the multiplicative
    inverse of the shortest path distance between the nodes. The *local
    efficiency* of a node in the graph is the average global efficiency of the
    subgraph induced by the neighbors of the node. The *average local
    efficiency* is the average of the local efficiencies of each node [1]_.

    Parameters
    ----------
    G : :class:`networkx.Graph`
        An undirected graph for which to compute the average local efficiency.

    Returns
    -------
    float
        The average local efficiency of the graph.

    Examples
    --------
    >>> G = nx.Graph([(0, 1), (0, 2), (0, 3), (1, 2), (1, 3)])
    >>> nx.local_efficiency(G)
    0.9166666666666667

    Notes
    -----
    Edge weights are ignored when computing the shortest path distances.

    See also
    --------
    global_efficiency

    References
    ----------
    .. [1] Latora, Vito, and Massimo Marchiori.
           "Efficient behavior of small-world networks."
           *Physical Review Letters* 87.19 (2001): 198701.
           <https://doi.org/10.1103/PhysRevLett.87.198701>

    c              3   óX   •K  — | ]!  }t        ‰j                  ‰|   «      «      –— Œ# y ­w)N)r   Úsubgraph)Ú.0r   r   s     €r   ú	<genexpr>z#local_efficiency.<locals>.<genexpr>¦   s$   øè ø€ ÒF¸qÔ(¨¯©°A°a±DÓ)9×:ÑFùs   ƒ'*)Úsumr   )r   Úefficiency_lists   ` r   r   r   {   s%   ø€ óV GÀAÔF€OÜˆÓ¤# a£&Ñ(Ð(r   )Ú__doc__Únetworkxr   Únetworkx.exceptionr   Úutilsr   Ú__all__Ú_dispatchabler   r   r   © r   r   ú<module>r.      s�   ðÙ Jã Ý -å 'â
A€ñ �ZÓ Ø×Ññ.ó ó !ð.ñb �ZÓ Ø×Ññ8ó ó !ð8ñv �ZÓ Ø×Ññ*)ó ó !ñ*)r   