Skip to content
  • Tiago Peixoto's avatar
    Improve underlying adjacency list implementation · 80692ffd
    Tiago Peixoto authored
    This changes the underlying adjacency matrix implementation to a single
    mixed in + out edge list for each node, instead of separate ones. This
    simplifies the undirected_adaptor<> so that its out-edge iterators
    become trivial, and also faster.
    80692ffd