Re: [sage-support] bug in CirculantGraph(10,[2,4])?

2020-06-29 Thread Dima Pasechnik
On Mon, 29 Jun 2020, 18:59 Dima Pasechnik, wrote: > On Mon, Jun 29, 2020 at 6:25 PM David Joyner wrote: > > > > Hi: > > > > In SageMath version 9.1.beta3, I get > > > > sage: Gamma1 = graphs.CirculantGraph(10,[2,4]) > > > > sage: Gamma1.is_connected() > > > > False > > > > > > My understanding

Re: [sage-support] bug in CirculantGraph(10,[2,4])?

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 6:25 PM David Joyner wrote: > > Hi: > > In SageMath version 9.1.beta3, I get > > sage: Gamma1 = graphs.CirculantGraph(10,[2,4]) > > sage: Gamma1.is_connected() > > False > > > My understanding is that all circulant graphs are connected. no, why? e.g.

[sage-support] bug in CirculantGraph(10,[2,4])?

2020-06-29 Thread David Joyner
Hi: In SageMath version 9.1.beta3, I get sage: Gamma1 = graphs.CirculantGraph(*10*,[*2*,*4*]) sage: Gamma1.is_connected() False My understanding is that all circulant graphs are connected. Is this a bug? - David -- You received this message because you are subscribed to the Google Groups