jvkersch/pyconcorde

Segmentation fault for large number of nodes

Opened this issue · 3 comments

Hi, there are some segmentation faults without specific error info when using TSPSolver to calculate the ground truth, especially when the size goes beyond 650.

@HCYANG2000 Do you have a small, self-contained example that demonstrates the problem?

Here's the code I running: https://github.com/chaitjo/learning-tsp/blob/master/data/tsp/generate_tsp.py
When I run for the big graph, here's the error I got
截屏2021-07-30 下午3 47 42
another error that occurred is the segmentation error without further notice.
Thanks!

Thanks! I will have a look and try to reproduce the issue.