Commit 889ebc7a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp-Backend

- Increased number of supported topology nodes.
- To be improved with dynamic memory.
parent c5dd2aa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {