Hi,<br><br>I'm studying the lemon library, and for my graduation work I've to build the actor's graph.<br>Every actor is a node of the graph and two actors are linked if they worked together.<br>I made a C++ program to build this graph using the lemon library.
<br>The code will create all the nodes and next will create the edges.<br>The
program work well for a small number of edges, but if I try to load all
the edges in the database I obtain an error of "bal alloc" type when
I've loaded about 33550000 edges.
<br><br>The strange thing is that I have tried the program in Windows,
Linux, MacOSX and the maximum number of edges loaded is the same...<br><br>So I've made, using gdb, a stack trace of the error that I attach.<br>Why can't I load more edges? Is a bug in my code or a limit of the library?
<br><br>Thanks,<br><br>Andrea Marino