Package it.unimi.dsi.webgraph.scratch
Class AdjMatrixSmatOut
java.lang.Object
it.unimi.dsi.webgraph.scratch.AdjMatrixSmatOut
Outputs (onto stdout) the graph adjacency matrix in SMAT format.
The SMAT format is as follows:
n_nodes n_nodes n_arcs
from to 1
from to 1
...
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdjMatrixSmatOut
public AdjMatrixSmatOut()
-
-
Method Details
-
main
- Throws:
IOExceptioncom.martiansoftware.jsap.JSAPException
-