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
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
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