fun run(kPathIndex: KPathIndex, gMarkFile: String): Long (source)
Imports a gMark file.
Assumes the format of the file resembles: node_label edge_label node_label separated by space.
For example: 42 4 6.
Meaning a (directed) edge from node 42 to node 6, with edge label 4.