> 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 will
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), (
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 src/sage/groups/perm_gps/perm