From 889ebc7a9d46d7db8dd704a0d9c276811d4b0eb6 Mon Sep 17 00:00:00 2001
From: Lluis Gifre <lluis.gifre@cttc.es>
Date: Tue, 13 Sep 2022 13:32:53 +0200
Subject: [PATCH] PathComp-Backend

- Increased number of supported topology nodes.
- To be improved with dynamic memory.
---
 src/pathcomp/backend/pathComp_tools.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pathcomp/backend/pathComp_tools.h b/src/pathcomp/backend/pathComp_tools.h
index 393274e16..8fe704c39 100644
--- a/src/pathcomp/backend/pathComp_tools.h
+++ b/src/pathcomp/backend/pathComp_tools.h
@@ -120,7 +120,7 @@ struct map_nodes_t {
     gint numMapNodes;
 };
 
-#define MAX_NUM_VERTICES				10 // 100 # LGR: reduced from 100 to 10 to divide by 10 the memory used
+#define MAX_NUM_VERTICES				20 // 100 # LGR: reduced from 100 to 20 to divide by 5 the memory used
 #define MAX_NUM_EDGES					10 // 100 # LGR: reduced from 100 to 10 to divide by 10 the memory used
 // Structures for the graph composition
 struct targetNodes_t {
-- 
GitLab