Class AdjMatrixSmatOut

java.lang.Object
it.unimi.dsi.big.webgraph.scratch.AdjMatrixSmatOut

public class AdjMatrixSmatOut extends 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 Details

    • AdjMatrixSmatOut

      public AdjMatrixSmatOut()
  • Method Details

    • main

      public static void main(String[] arg) throws IOException, com.martiansoftware.jsap.JSAPException
      Throws:
      IOException
      com.martiansoftware.jsap.JSAPException