Module IR.WeakTopologicalOrder

module F = Stdlib.Format
module Partition : sig ... end
module type PreProcCfg = sig ... end
module type S = sig ... end
module type Make = functor (CFG : PreProcCfg) -> S with module CFG = CFG
module Bourdoncle_SCC : Make

Implementation of Bourdoncle's "Hierarchical decomposition of a directed graph into strongly connected components and subcomponents". See Bou Figure 4, page 10.