pub type BridgeLikeIncrementalHydrostructure<'graph, 'walk, Graph> = IncrementalHydrostructure<'graph, 'walk, Graph, VaporIsPathTracker<'graph, Graph>>;
Expand description

An incremental hydrostructure that checks if a subwalk is bridge-like.