Skip to content

Commit 1364815

Browse files
author
Release Manager
committed
gh-39222: Remove outdated note from docstring of `cliques_maximal` Sage no longer sorts the output of [cliques_maximal](https://doc-develop --sagemath.netlify.app/html/en/reference/graphs/sage/graphs/graph.html#s age.graphs.graph.Graph.cliques_maximal) since commit 5b0c7b4. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: #39222 Reported by: Lennard Hofmann Reviewer(s): David Coudert
2 parents c3e0637 + a6703f2 commit 1364815

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sage/graphs/graph.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5823,12 +5823,6 @@ def cliques_maximal(self, algorithm='native'):
58235823
implementation of the Bron and Kerbosch Algorithm [BK1973]_
58245824
58255825
5826-
.. NOTE::
5827-
5828-
This method sorts its output before returning it. If you prefer to
5829-
save the extra time, you can call
5830-
:class:`sage.graphs.independent_sets.IndependentSets` directly.
5831-
58325826
.. NOTE::
58335827
58345828
Sage's implementation of the enumeration of *maximal* independent

0 commit comments

Comments
 (0)