CXXGraph icon indicating copy to clipboard operation
CXXGraph copied to clipboard

Remove edge leaves graph object in an inconsistent state segfault

Open arcturusannamalai opened this issue 1 year ago • 1 comments

Describe the bug Remove edge is causing a segfault because of empty iterator for erase when unwrapping a optional

To Reproduce Write a weighted directed graph and delete the few edges after running any path finding algorithm

Additional context On Linux machine

arcturusannamalai avatar Apr 19 '25 00:04 arcturusannamalai

@arcturusannamalai can you add a test case that give the error? Thank you in advance

ZigRazor avatar Oct 03 '25 14:10 ZigRazor