Boost logo

Boost Users :

From: Jakub Plichta (jplichta_at_[hidden])
Date: 2002-08-13 13:12:44


Hello
 
I have encountered the following problem and so far I have not been able to
find a workaround.
 
I start with a bidirectional graph with 4 nodes A, B, C and D. There is a
integer edge property installed and I have following edges and their
respective properties:
 
E1 = C->B; prop[E1] = 0
E2 = D->B; prop[E2] = 1
E3 = B->A; prop[E3] = 0
 
I am removing edge E3 and immediately after remove_edge the property for E1
is 1 which is wrong. Is this a known issue?
 
I would really appreciate any suggestions.
 
Thanks
 
Jakub Plichta

[Non-text portions of this message have been removed]


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net