JGraphT Changelog

What's new in JGraphT 0.8.1

Jul 6, 2009
  • Enhanced GmlExporter with customized labels and ID's
  • Added new algorithms HamiltonianCycle, ChromaticNumber and EulerianCircuit, plus new generators HyperCubeGraphGenerator, StarGraphGenerator, and CompleteBipartiteGraphGenerator
  • Fix bug with vertices which are equals but not identity-same in graphs allowing loops
  • Fix bug in EquivalenceIsomorphismInspector
  • Add toString for shortest paths wrapper
  • Add FloydWarshallShortestPaths
  • Enhance DijskstraShortestPath to support GraphPath interface.