Skip to content

Commit

Permalink
updated the todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
janmenjayap committed Nov 6, 2024
1 parent 62a7a88 commit 0cd4391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sage/graphs/matching_covered_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
``__hash__()`` | Compute a hash for ``self``, if ``self`` is immutable.
``_subgraph_by_deleting()`` | Return the matching covered subgraph containing the provided vertices and edges.
**Overwritten Methods:**
**Overwritten Methods**
.. csv-table::
:class: contentstable
Expand Down Expand Up @@ -89,7 +89,7 @@
``transitive_reduction()`` | Return a transitive reduction of the matching covered graph.
``union()`` | Return the union of ``self`` and ``other``.
**Barriers and canonical partition:**
**Barriers and canonical partition**
.. csv-table::
:class: contentstable
Expand All @@ -99,7 +99,7 @@
``canonical_partition()`` | Return the canonical partition of the (matching covered) graph.
``maximal_barrier()`` | Return the (unique) maximal barrier of the (matching covered) graph containing the (provided) vertex.
**Bricks, braces and tight cut decomposition:**
**Bricks, braces and tight cut decomposition**
.. csv-table::
:class: contentstable
Expand All @@ -114,7 +114,7 @@
``number_of_petersen_bricks()`` | Return the number of Petersen bricks.
``tight_cut_decomposition()`` | Return a tight cut decomposition.
**Removability and ear decomposition:**
**Removability and ear decomposition**
.. csv-table::
:class: contentstable
Expand All @@ -136,7 +136,7 @@
``removable_edges()`` | Return a :class:`~EdgesView` of removable edges.
``retract()`` | Compute the retract of the (matching covered) graph.
**Generating bricks and braces:**
**Generating bricks and braces**
.. csv-table::
:class: contentstable
Expand Down

0 comments on commit 0cd4391

Please sign in to comment.