Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Jul 27, 2024
1 parent 64ddaa9 commit 3fda65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/graphs/generic_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@
:meth:`~GenericGraph.blocks_and_cut_vertices` | Compute the blocks and cut vertices of the graph.
:meth:`~GenericGraph.blocks_and_cuts_tree` | Compute the blocks-and-cuts tree of the graph.
:meth:`~GenericGraph.is_cut_edge` | Return True if the input edge is a cut-edge or a bridge.
:meth:`~GenericGraph.is_cut_vertex` | Return True if the input vertex is a cut-vertex.
:meth:`~GenericGraph.is_cut_vertex` | Check whether the input vertex is a cut-vertex.
:meth:`~GenericGraph.is_vertex_cut` | Check whether ``cut`` is a vertex cut of ``G``.
:meth:`~GenericGraph.edge_cut` | Return a minimum edge cut between vertices `s` and `t`
:meth:`~GenericGraph.vertex_cut` | Return a minimum vertex cut between non-adjacent vertices `s` and `t`
:meth:`~GenericGraph.flow` | Return a maximum flow in the graph from ``x`` to ``y``
Expand Down

0 comments on commit 3fda65e

Please sign in to comment.