Class 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
        ...
      
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] arg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdjMatrixSmatOut

        public AdjMatrixSmatOut()
    • Method Detail

      • main

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