File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 243243 :meth:`~GenericGraph.connected_components_sizes` | Return the sizes of the connected components as a list.
244244 :meth:`~GenericGraph.blocks_and_cut_vertices` | Compute the blocks and cut vertices of the graph.
245245 :meth:`~GenericGraph.blocks_and_cuts_tree` | Compute the blocks-and-cuts tree of the graph.
246- :meth:`~GenericGraph.is_cut_edge` | Return ``True`` if the input edge is a cut-edge or a bridge.
246+ :meth:`~GenericGraph.is_cut_edge` | Check whether the input edge is a cut-edge or a bridge.
247+ :meth:`~GenericGraph.is_edge_cut` | Check whether ``edges`` is an edge cut of ``G``.
247248 :meth:`~GenericGraph.is_cut_vertex` | Return ``True`` if the input vertex is a cut-vertex.
248249 :meth:`~GenericGraph.edge_cut` | Return a minimum edge cut between vertices `s` and `t`
249250 :meth:`~GenericGraph.vertex_cut` | Return a minimum vertex cut between non-adjacent vertices `s` and `t`
You can’t perform that action at this time.
0 commit comments