subgraph remove_edge_if and clear_vertex are "wrong"
In subgraph.hpp, there are TODOs marking subgraph::remove_edge_if and subgraph::clear_vertex as "wrong". They've been this way since the code was first checked in over 3 years ago. If these methods are incorrect, then their implementations should be replaced with an "assert(false)" so that the wrong code is never invoked (or, alternatively, replaced with the "right" implementations).
Change History
(3)
Owner: |
changed from Andrew Sutton to Jeremiah Willcock
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
(In [66098]) Fixed remove_edge_if and clear_vertex for subgraphs; commented out remove_vertex; refs #4752; fixes #4753