We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdcae8 commit 4d259d4Copy full SHA for 4d259d4
src/sage/graphs/generators/smallgraphs.py
@@ -4664,7 +4664,6 @@ def WienerArayaGraph():
4664
False
4665
sage: g.delete_vertex(g.random_vertex())
4666
sage: g.is_hamiltonian() # needs sage.numerical.mip
4667
->>>>>>> 85d4a8d443 (./sage -fixdoctests --probe all --distribution 'sagemath-graphs[modules]' src/sage/graphs/generators/smallgraphs.py; ./sage -fixdoctests src/sage/graphs/generators/smallgraphs.py)
4668
True
4669
"""
4670
g = Graph(name="Wiener-Araya Graph")
0 commit comments