User Portlet User Portlet

Discussions
Thanks, I'll try that out.
I have a large, directed, cyclic graph on Mathematica and would like to find the longest path in the entire graph. The graph has numerous separate trees and four total cycles. The cycles in the graph are very small and consist of no more than three...
I'm trying to find the connected components of a very large directed graph with Mathematica 9 and have been having trouble with the ConnectedComponents function. I have been working with smaller components of the graph, but the ConnectedComponents...
I have a directed graph on Mathematica that looks like this: {File1 -> File10, File3 -> File6, File3 ->File 12, etc.} I would like to search the graph for  and break the graph into various connected components. I do not need to be able to visualize...
I'm trying to build a directed graph of various files, this graph will end up having roughly 15000 nodes and 75000 edges. I've been running LayeredGraphPlot on the file set for about an hour now and it has not completed, although it has been...