MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Hamiltonian cycles on directed graphs

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110166] Re: Hamiltonian cycles on directed graphs
  • From: "King, Peter R" <peter.king at imperial.ac.uk>
  • Date: Sat, 5 Jun 2010 07:32:04 -0400 (EDT)

OOps I don't know what happened there on my screen it looks like a->b not a(r)b (NB it does not imply b->a). I'm sorry about that I think it must have been the incompatability of fonts.
________________________________________
From: mathgroup-adm at smc.vnet.net [mathgroup-adm at smc.vnet.net] On Behalf Of Murray Eisenberg [murray at math.umass.edu]
Sent: Friday, June 04, 2010 1:02 PM
To: mathgroup at smc.vnet.net
Subject: [mg110166] [mg110149] Re: Hamiltonian cycles on directed graphs

Please explain your notation: does something like a(r)b mean you have
both a->b and b->a ?

On 6/3/2010 5:40 AM, King, Peter R wrote:
> My understanding is that, currently, the Hamiltonian cycles function does not work properly on directed graphs. Is there a way round this? For example I have the directed graph
>
> z == {a(r)b,a(r)d,b(r)c, b->i,c (r)a,c (r)k,d(r)e,d(r)g,e(r)f,e(r)c,f(r)d,f(r)l,g(r)h,g(r)a,h(r)i,h(r)f,i(r)g,i(r)j,j(r)l,j(r)b,k(r)j,k(r)e,l(r)k,l(r)h};
>
> for which I would like the Hamiltonian cycles (can I specify which vertex I start from - although this is unimportant in this example).
>
> One small point, I can plot this in 2D and get arrows to show the directionality but in 3D I am struggling.
>
> Thanks
>

--
Murray Eisenberg                     murrayeisenberg at gmail.com
80 Fearing Street                    phone 413 549-1020 (H)
Amherst, MA 01002-1912


  • Prev by Date: Re: Histogram using FrequencyData in V7?
  • Next by Date: Vladmir Arnold
  • Previous by thread: Re: Hamiltonian cycles on directed graphs
  • Next by thread: How to navigate the documentation?