Skip to content

Commit

Permalink
more dummy methods in target graph
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Sep 19, 2024
1 parent 48f532b commit 16d072c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mt-kahypar/partition/mapping/target_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,17 @@ class TargetGraph {
}


const ds::StaticGraph& graph() const {
return _dummy_graph;
}

void printStats() const { }

void printStats(std::stringstream&) const { }

private:

ds::StaticGraph _dummy_graph;
};
#endif

Expand Down

0 comments on commit 16d072c

Please sign in to comment.