[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SCC of CallGraph
Hi Patrick,
Thanks a for the quick reply. I did see StronglyConnectedComponents. But
now I see that DirectedGraph is an interface, so it should not be very
difficult to implement this interface for CallGraph. Or, is there already
an implementation of this?
I will try to find VariableTypeAnalysis.
Thanks
Saswat
>
> Have you looked at soot.toolkits.graphStronglyConnectedComponents? It
> works on DirectedGraphs.
>
> VariableTypeAnalysis does use strongly connected components, but I can't
> find it in the current tree. It may be presents in old versions.
>
> pat
>
>
>