[BGL] remove_edge with vecS for vertices and setS for edges
Hi everyone, I was wondering if the library handles the edge removal for graphs that use the vecS as a container for the vertices and the setS for the edges. I've been trying to use the function and I have a segmentation fault. Thank you, a^2
Hi Alejandro,
On 1/14/07, Alejandro Marcos Aragón
I was wondering if the library handles the edge removal for graphs that use the vecS as a container for the vertices and the setS for the edges. I've been trying to use the function and I have a segmentation fault.
I cannot reproduce this here with 1.33.1. What version of Boost are you using?
Additionally a compilabe test-case would be very helpful.
Here's what I've tried:
#include <iostream>
#include
participants (2)
-
Alejandro Marcos Aragón
-
Stephan Diederich