Defined in File EdgeListReader.hpp
public NetworKit::GraphReader
(Class GraphReader)
A reader for various edge list formats, in which each line contains an edge as two node ids.
Public Functions
separator – [in] character used to separate nodes in an edge line
firstNode – [in] index of the first node in the file
commentPrefix – [in] prefix of comment lines
continuous – [in] boolean to specify if node ids are continuous
directed – [in] read graph as directed