
On Aug 9, 2006, at 10:04 AM, Tiago de Paula Peixoto wrote:
Hello.
I've written a graphml reader/writer for BGL, based on the code Douglas Gregor posted on the boost users list at http://article.gmane.org/gmane.comp.lib.boost.user/17877/, and I'm sending it attached.
It has the following additional features:
* support for attributes of different types (int, float, etc.) * understand the following parse info attributes: parse.nodeids and parse.edgeids. If nodeids or edgeids are canonical, they are automatically converted into indexes, and there's no need to keep a name map, which saves memory for large graphs.
If there's interest in having this in the library, I would gladly write documentation for it, and make the necessary modifications/ adjustments.
This is great! If you would write up some documentation and a test case (for our regression tests), I'll review the code in more detail and add it to the BGL. Thanks! Doug