8 May
2012
8 May
'12
4:53 p.m.
On Fri, 4 May 2012, Vömel Christof (vome) wrote:
Hi,
when testing boost graph 1.46 isomorphism on two graphs of size 11869 on x86_64-suse-linux, g++ 4.6.2, compiled at various levels of optimization, I consistently get the following error. (on very small graphs, everything seems to work) Could this be due to a problem of recursion/stack size due to the size of the graph? Up to what size of graph is the isomorphism program sure to work?
Is this a stack overflow? If so, it probably is a recursion problem. I fixed some recursion issues in isomorphism earlier this year. The fixes aren't in 1.49, so you'll need the trunk version of Boost. -- Jeremiah Willcock