diff --git a/include/gp-bnb/graph.hpp b/include/gp-bnb/graph.hpp index 5a51f284dbc07f3d874ca61a60b5047b3c4332a6..df0fdc47b128f57d1061ef7cc56afc6c60e794f1 100644 --- a/include/gp-bnb/graph.hpp +++ b/include/gp-bnb/graph.hpp @@ -9,7 +9,6 @@ using vertex_id = unsigned int; class graph { public: /** @brief Initializes the graph to be partitioned - * @param Number of vertices * @param Adjacency lists */ graph(std::vector<std::vector<unsigned int>> a);