Expand description

Different implementations of the graph traits.

Modules

  • A subgraph implementation based on bitvectors;
  • A subgraph implementation that allows to combine multiple subgraphs into one if they are totally ordered by the subset relation.
  • A graph implementation based on the petgraph crate.