Closed 89c6e537-b2e3-45e6-882d-d4957b74ffe5 closed 16 years ago
Apply to scripts repo.
Attachment: trac_4005_sage-coverage.patch.gz
This patch is motivated by
def min_spanning_tree(self, weight_function=lambda e: 1,
algorithm='Kruskal',
starting_vertex=None ):
from sage/graphs/graph.py.
Positive review.
Cheers,
Michael
rlm points out that this is not perfect, but it fixes this one specific issue.
Cheers,
Michael
Merged in Sage 3.1.2.alpha3
Component: doctest coverage
Issue created by migration from https://trac.sagemath.org/ticket/4005