Skip to content
Snippets Groups Projects
Commit 704f7695 authored by Florian Heinrichs's avatar Florian Heinrichs
Browse files

Added default graph constructor

parent acb41890
No related merge requests found
......@@ -8,6 +8,8 @@ using vertex_id = unsigned int;
// Represents the input graph to be partitioned
class graph {
public:
graph() = default;
/** @brief Initializes the graph to be partitioned
* @param Adjacency lists
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment