Hi everyone, 

I'm using SAGE to compute the diameter and hyperbolicity of large graphs 
(100k - 10M of nodes). At the beginning I had problems to compute the 
diameter in such graphs. However, I found the solution in 
http://trac.sagemath.org/ticket/15507. Then, I tried to compute the 
hyperbolicity on the same graphs and I received the following error: 

sage: hyperbolicity(graphs.RandomBarabasiAlbert(100000,3))
Exception ValueError: ValueError('The graph backend contains more than 
65535 nodes and we cannot compute the matrix of distances/predecessors on 
something like that !',) in 
'sage.graphs.distances_all_pairs.c_distances_all_pairs' ignored.

Is there any way to solve that error?

Thanks very much. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to