Class ThrillGraphBinaryReader

Inheritance Relationships

Base Type

Class Documentation

class ThrillGraphBinaryReader : public NetworKit::GraphReader

Reads a graph format consisting of a serialized DIA of vector<uint32_t> from thrill.

Public Functions

ThrillGraphBinaryReader(count n = 0)

When the number of nodes is given, reading the graph is more efficient.

Parameters:

n[in] The number of nodes

virtual Graph read(const std::string &path) override

Given the path of an input file, read the graph contained.

Parameters:

path[in] input file path

Graph read(const std::vector<std::string> &path)