Re: Finding all cycles within an undirected graph

2009-07-22 Thread Terry Reedy
disappearedng wrote: Hey everyone, I am interested to find out all the cycles within an undirected graph. I think you have to qualify that as 'minimal cycles' to have a well-defined problem. -- http://mail.python.org/mailman/listinfo/python-list

Re: Finding all cycles within an undirected graph (disappearedng)

2009-07-22 Thread disappearedng
tents of Python-list digest..." > > Today's Topics: > >   1. Finding all cycles within an undirected graph (disappearedng) >   2. Re: Re: Changing the private variables content (Xavier Ho) >   3. Python-URL! - weekly Python news and links (Jul 22) >      (Gabriel Gene

Re: Finding all cycles within an undirected graph

2009-07-22 Thread Robin Becker
disappearedng wrote: Hey everyone, I am interested to find out all the cycles within an undirected graph. I don't have a particular implementation of nodes and vertices yet, so would someone kindly point out a good graph library for this ( I looked at pygraph and python-graph, but not really sati

Finding all cycles within an undirected graph

2009-07-22 Thread disappearedng
Hey everyone, I am interested to find out all the cycles within an undirected graph. I don't have a particular implementation of nodes and vertices yet, so would someone kindly point out a good graph library for this ( I looked at pygraph and python-graph, but not really satisfied ), in addition to