Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Transform any directed graph into a Directed Acyclic Graph (DAG) by contracting every strongly connected component into a single "super-vertex". This structural abstraction reveals the high-level reachability without the noise of internal cycles.
Every node belonging to the same SCC is merged. Internal edges are discarded, and cross-component edges become super-edges.
Condensation provides a roadmap of the graph's dependency structure, making it easier to perform topological analysis on complex systems.