[sage-devel] Re: Issue with quick start

2017-12-05 Thread kcrisman
> Mind you, some components of Sage have versions of the same command in two > different English spellings, e.g. GAP has Center() and Centre(). > > I propose switching to a language with a consistent meaningful spelling, > not all that impossible to understand arbitrary multiple choices. I

[sage-devel] Re: [min_spanning_tree] It is not operating correctly

2017-12-05 Thread David . Coudert
The issue is that the graph is not seen as weigthed by default. So either you provide a weight function, or you have to set the graph has weigthed. Then you get what you expect. sage: G = Graph([(0,1,78), (0,2,99), (0,5,20), (1,3,16), (1,6,68), (1,7,34), (2,4,43), (2,5,13), (3,4,70), (3,7,2),

Re: [sage-devel] Re: Issue with quick start

2017-12-05 Thread Jori Mäntysalo
On Mon, 4 Dec 2017, Dima Pasechnik wrote: Mind you, some components of Sage have versions of the same command in two different English spellings, e.g. GAP has Center() and Centre(). But the Sage source code itseself contains only one "centre", in documentation of