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 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.
246246 :meth:`~GenericGraph.is_cut_edge` | Return True if the input edge is a cut-edge or a bridge.
247- :meth:`~GenericGraph.is_cut_vertex` | Return True if the input vertex is a cut-vertex.
247+ :meth:`~GenericGraph.is_cut_vertex` | Check whether the input vertex is a cut-vertex.
248+ :meth:`~GenericGraph.is_vertex_cut` | Check whether ``cut`` is a vertex cut of ``G``.
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`
250251 :meth:`~GenericGraph.flow` | Return a maximum flow in the graph from ``x`` to ``y``
You can’t perform that action at this time.
0 commit comments