[sage-support] Re: DegreeSequence questions

2008-02-06 Thread Robert Miller
There's a pretty long posting about that here: http://groups.google.com/group/sage-devel/browse_thread/thread/142092948da70fe2/aebf847b6604a604 On Feb 5, 7:41 am, kcrisman <[EMAIL PROTECTED]> wrote: > On Jan 31, 12:37 pm, Robert Miller <[EMAIL PROTECTED]> wrote: > > > This is ultimately a questi

[sage-support] Re: DegreeSequence questions

2008-02-05 Thread kcrisman
On Jan 31, 12:37 pm, Robert Miller <[EMAIL PROTECTED]> wrote: > This is ultimately a question for the NetworkX people, since these > functions are just wrapping theirs. I tried > > sage: for x in range(100): show(graphs.DegreeSequence([3,3,3,3,3,3], > seed=randint(1,10))) > > and I got a

[sage-support] Re: DegreeSequence questions

2008-01-31 Thread Robert Miller
This is ultimately a question for the NetworkX people, since these functions are just wrapping theirs. I tried sage: for x in range(100): show(graphs.DegreeSequence([3,3,3,3,3,3], seed=randint(1,10))) and I got a hundred planar graphs, and no K_{3,3}. > First, just something I'm not fam