Class ThrillGraphBinaryWriter

Inheritance Relationships

Base Type

Class Documentation

class ThrillGraphBinaryWriter : public NetworKit::GraphWriter

Public Functions

virtual void write(const Graph &G, const std::string &path) override

Write the given graph into a binary file at the given path.

Parameters:
  • G[in] The graph to write.

  • path[in] The path where to write the graph.