Re: graph edge generators

2009-06-09 Thread CTO
On Jun 9, 11:58 pm, William Clifford wrote: > I've become interested in basic graphs and networks and I'm wondering > about what algorithms are there for generating basic regular graphs > like the simplex graph or dodecahedron graph, etc (I'm sure there are > many). I'm particularly keen on unders

Re: graph edge generators

2009-06-09 Thread Steven D'Aprano
On Tue, 09 Jun 2009 20:58:54 -0700, William Clifford wrote: > I've become interested in basic graphs and networks and I'm wondering > about what algorithms are there for generating basic regular graphs like > the simplex graph or dodecahedron graph, etc (I'm sure there are many). > I'm particularl

Re: graph edge generators

2009-06-09 Thread Rafael
William Clifford writes: > I've become interested in basic graphs and networks and I'm wondering > about what algorithms are there for generating basic regular graphs > like the simplex graph or dodecahedron graph, etc (I'm sure there are > many). I'm particularly keen on understanding the very b