Menu

JGraphT 0.7.3 Released

Looking for a typesafe graph-theory library with a rich gallery of data structures, views, iterators, algorithms, and visualization adapters? JGraphT may be just what you need. The generics support will feel very natural to anyone using the standard generic collection classes; both vertex and edge types are parameterized, so you never have to typecast when accessing the contents of a graph model. Come by http://www.jgrapht.org and check it out.

This release is a maintenance release, including a number of bugfixes and component contributions which have accumulated since the 0.7.2 release. In particular, the GraphPath interface has been added to allow the result of k-shortest-paths to be accessed properly.

Posted by John V Sichi 2008-01-28

Log in to post a comment.