Comment #1 on issue 1117 by christop...@inria.fr: Cleanup in Moose-Algos-Graph + add GraphReducer + add TopologicalSorting https://code.google.com/p/moose-technology/issues/detail?id=1117
Cleanup in Moose-Algos-Graph - add comments - remove useless traits - remove duplicated code - introduce new generic nodes: MalNodeWithNext and MalNodeWithPreviousAndNext
Add 2 alogorithms: - Graph reducer: obtain a graph without circuits from a graph with circuits (circuits merged in one node) - Topological sorting: well known sort algorithm for acyclic graphes.