JGraphT:Release0.7.1
From Eigenpedia
Change summary:
- Fixed some bugs in CycleDetector reported by Khanh Vu, and added more testcases for it.
- Fixed bugs in DepthFirstIterator reported by Welson Sun, and added WHITE/GRAY/BLACK states and vertexFinished listener event.
- Exposed Subgraph.getBase(), and parameterized Subgraph on graph type (per suggestion from Aaron Harnly).
- Added EdgeReversedView.
- Added GmlExporter (contributed by Dimitrios Michail), plus DOTExporter and GraphMLExporter (both contributed by Trevor Harmon).
- Enhanced TopologicalOrderIterator to take an optional Queue parameter for tie-breaking (per suggestion from JongSoo Park).
- Fixed some documentation errors reported by Guillaume Boulmier.

