Skip to content

Commit

Permalink
updated doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
janmenjayap committed Dec 21, 2024
1 parent 8a14b4c commit d295290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/matching_covered_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2584,7 +2584,7 @@ def is_brace(self, coNP_certificate=False):
sage: C = graphs.CycleGraph(6)
sage: D = MatchingCoveredGraph(C)
sage: D.is_brace(coNP_certificate=True)
(False, [(0, 5, None), (2, 3, None)], {0, 1, 2})
(False, [(0, 1, None), (4, 3, None)], {0, 4, 5})
If the input matching covered graph is nonbipartite, a
:exc:`ValueError` is thrown::
Expand Down

0 comments on commit d295290

Please sign in to comment.