Helloooooooo !! > Anyway, I finally have sage-4.8 again on that box, and the result of using > the builtin popcount is that it still doesn't work. > > Where do we go from that point on?
Hmmm O_o Well, I read the code again and the only weird thing I was able to find was that : the function find_order defined in vertex_separation.pyx should have a "cdef int next_set" somewhere, otherwise the variable is considered as a Python variable. Well, it is bad from a performance point of view, and perhaps it could also make a difference there... Could you try adding this cdef int next_set at the beginning of the function, just to check ? O_o 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