webgraph
webgraph copied to clipboard
Created ScatteredLabelledArcsASCIIGraph
Created ScatteredLabelledArcsASCIIGraph by copying and adapting ScatteredArcsASCIIGraph. Notably the processTransposeBatch function is used instead of processBatch and the underlying graph is not handled by a BatchGraph, but by an ArcLabelledBatchGraph, which is a class previously used only in transposeOffline to handle a more specific case.