>
> we find:
>
Yep, but it looks like they have a purely deterministic algorithm in mind. 
I often do things like that :

graphs.RandomGNP(10,.2) .chromatic_number()

Well, the "chromatic_number()" method is deterministic, but each time this 
method is run it is run on a different random graph.

%timeit graphs.RandomGNP(10,.2) .chromatic_number()

Would really make sense to find out how this method reacts to random 
instances.

Nathann

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to