[][src]Crate bigraph

Modules

components
node_bigraph_wrapper
petgraph_impl
queue
traversal
unitigs

Structs

EdgeIndex
GraphIndices
Neighbor
NodeBigraphWrapper

Wrapper for a static graph that adds a binode mapping function.

NodeIndex
OptionalEdgeIndex
OptionalNodeIndex

Traits

BidirectedNodeData
DynamicBigraph
DynamicBigraphFromDigraph
DynamicGraph
GraphBase

Contains the associated types of a graph.

GraphIndex
ImmutableGraphContainer
MutableGraphContainer
NavigableGraph
OptionalGraphIndex
StaticBigraph

A node-centric bidirected graph. That is a graph in which each node has a unique partner, and this relation is symmetric.

StaticBigraphFromDigraph

A static bigraph that can be created from a static digraph. Since the graph is static, the resulting topology will be the input topology, only the bigraph node mapping function will be computed on top.

StaticGraph

Functions

new