strong_connex_graph - strong connected component extracting ( maxplus )
Extracts the strong connected components of graphs generated by flowshop_graph.
PT=#([2,1;%0,1;4,%0]); xsetech([0 0 0.5 0.5]); [g,T,N]=flowshop_graph(PT,[1,1,1],[2,2],50); show_graph(g); sg=Lsaturation_graph(g); show_graph(sg); show_graph(strong_connex_graph(sg)); sg=Rsaturation_graph(g); show_graph(sg); show_graph(strong_connex_graph(sg));