When the random graph generator runs, the user has the option of storing
embedded graphs in the /embedded directory and adj list representations of
the embeddings in the /adjlist directory.
The embedded directory receives adj matrix format files. Adj matrix
doesn't preserve the embedding, so the files being stored are embeddable,
but they are not embedded graphs.
The graphs stored in adjlist belong in the embedded directory, and then
there should be a chance to store the matrix format of embedded files in
a /matrix subdirectory.
Original issue reported on code.google.com by
John.Boyer.PhD@gmail.comon 1 Feb 2010 at 12:38