Defined in File DGSReader.hpp
public NetworKit::DynamicGraphReader
(Class DynamicGraphReader)
DGS is a file format allowing to store graphs and dynamic graphs in a textual human readable way, yet with a small size allowing to store large graphs. Graph dynamics is defined using events like adding, deleting or changing a node or edge. With DGS, graphs will therefore be seen as stream of such events.
Format documentation: http://graphstream-project.org/doc/Advanced-Concepts/The-DGS-File-Format/
Public Functions
path – [in] Path to file in DGS format.
Gproxy – [in] Graph event proxy receives the events from the file.