public class METISLoader
extends java.lang.Object
http://www.cc.gatech.edu/dimacs10/data/manual.ps
The extension is described on the DIMACS website:
http://www.cc.gatech.edu/dimacs10/downloads.shtml
Weights: vertex weights are ignored as of now. Multiple Edges: are ignored as of now.
Constructor and Description |
---|
METISLoader() |
Modifier and Type | Method and Description |
---|---|
static <VertexType,EdgeType> |
createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.File file,
Progress progress) |
public static <VertexType,EdgeType> void createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.File file, Progress progress) throws ParseMETISException, java.io.IOException
ParseMETISException
java.io.IOException