memory issues



I have a program that counts the number of paths through a
network/graph, counting loops only once. I keep running out of
memory (the arrays get too big for the ~50 node system--there are
many paths to count.

Is there a way to write my path matrices to an external file then
either bring them all together again or look at them as separate
files?

thanks,
john
.


Quantcast