[jgrapht-users] independent sub-graphs
Brought to you by:
barak_naveh,
perfecthash
From: Kyle D. <kyl...@gm...> - 2011-03-26 05:39:20
|
We have a dependency graph mechanism built on JGraphT, and today we traverse our directed graph in a serial manner, in topological order. I want to experiment with multi-threading the graph traversal. Is there anything I can use built into JGraphT that can analyze a graph to identify opportunities for parallel traversal? |