Package it.unimi.dsi.webgraph.scratch
Class AdjMatrixSmatOut
- java.lang.Object
-
- it.unimi.dsi.webgraph.scratch.AdjMatrixSmatOut
-
public class AdjMatrixSmatOut extends java.lang.Object
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 Constructor Description AdjMatrixSmatOut()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] arg)
-