Class METISGraphReader

Inheritance Relationships

Base Type

Class Documentation

class METISGraphReader : public NetworKit::GraphReader

Reader for the METIS file format documented in [1]

[1] http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/manual.pdf

Public Functions

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

Takes a file path as parameter and returns a graph file.

Parameters:
  • path[in] file path

  • the[out] graph read from file