Class Curveball

Inheritance Relationships

Base Type

Class Documentation

class Curveball : public NetworKit::Algorithm

Public Functions

explicit Curveball(const Graph &G)
~Curveball() override
inline virtual void run() final

The generic run method which calls runImpl() and takes care of setting hasRun to the appropriate value.

void run(const std::vector<std::pair<node, node>> &trades)
Graph getGraph(bool parallel = false)
count getNumberOfAffectedEdges() const