From: Andreas K. <and...@ac...> - 2009-06-22 16:45:34
|
KATO Kanryu wrote: > If you have a hard time to describe/manipulate graph data, > do you use the huddle library? > > I use this for the yaml library :) I am not sure what you are thinking of here. If this is about the serialization of a graph structure for storeage and/or transfer, then huddle certainly a possibility, among others, like various XML notations. However, we are here talking about the manipulation of graphs in memory, to compute things like distances between nodes, and "standard" representations, like Adjacency matrices and lists. I do not see how huddle could of use for that. It is, as far as I understand it, a helper for serialization. Andreas |