Skip to content
  • Tiago Peixoto's avatar
    Implement optional wrapping of graphs to deal with edge index housekeeping · 684efca7
    Tiago Peixoto authored
    Thins changes the graph filtering code slightly to wrap graph types with
    GraphWrap, which automatically updates the edge index list when edges
    are removed and added to the graph.
    
    This also changes how graphs are passed to algorithms, which is now by
    reference instead of pointer. (hence this touches lots of code, but
    changes are trivial)
    684efca7