Class CutFinderIMSequenceReachability


  • public class CutFinderIMSequenceReachability
    extends java.lang.Object
    Notice that this approach does not work on cyclic graphs.
    Author:
    sleemans
    • Constructor Detail

      • CutFinderIMSequenceReachability

        public CutFinderIMSequenceReachability​(Graph<?> graph)
    • Method Detail

      • getReachableFromTo

        public gnu.trove.set.TIntSet getReachableFromTo​(int node)
      • getReachableFrom

        public gnu.trove.set.TIntSet getReachableFrom​(int node)