From 07f7cc631388d56d5c517dfab17004a0da810de0 Mon Sep 17 00:00:00 2001
From: p-hamann <p.hamann@dareit.de>
Date: Tue, 23 Apr 2019 15:41:49 +0200
Subject: [PATCH] Avoid confusion with num_vertices() of graph

---
 include/gp-bnb/partition.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gp-bnb/partition.hpp b/include/gp-bnb/partition.hpp
index b2e2cb3..bea434a 100644
--- a/include/gp-bnb/partition.hpp
+++ b/include/gp-bnb/partition.hpp
@@ -21,7 +21,7 @@ public:
      *  @param  Subgraph A, B or none
      *  @return Number of vertices of sg
      */
-    unsigned int num_vertices(subgraph sg);
+    unsigned int num_vertices_of(subgraph sg);
     
     /** @brief  Assigns a vertex to a subgraph
      *  @param  Vertex Id
-- 
GitLab