Skip to content

Commit 4d259d4

Browse files
author
Matthias Koeppe
committed
src/sage/graphs/generators/smallgraphs.py: Fix up merge
1 parent abdcae8 commit 4d259d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/graphs/generators/smallgraphs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4664,7 +4664,6 @@ def WienerArayaGraph():
46644664
False
46654665
sage: g.delete_vertex(g.random_vertex())
46664666
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)
46684667
True
46694668
"""
46704669
g = Graph(name="Wiener-Araya Graph")

0 commit comments

Comments
 (0)