Share

Infomap

File Release Notes and Changelog

Release Name: 1.0

Notes: The infomap.graph package contains tools for doing some complicated graph work. We took the interface approach--in order for your data to be used in this setting, you must implement infomap.graph.Node and infomap.graph.Edge somewhere, and use the NodeSet and EdgeSet objects to construct a GraphAdjacency. From there you can do searches and sorts and all sorts of wonderful things.


Changes: This is the first release of the graph stuff as a separate package. It was moved to infomap.graph from infomap.util so we could use it in the <a href="http://sourceforge.net/project/?group_id=6334">mathematical discussion system</a>.