Expand description

An incremental implementation of the hydrostructure. Computes and stores the hydrostructure in linear time for a macrotig and all of its subwalks of length at least two.

Modules

Structs

  • The hydrostructure for a walk W. This hydrostructure implementation is incremental, meaning that it is valid for any subwalk of W. The subwalk can be adjusted using the left and right finger.

Traits

Type Definitions

  • An incremental hydrostructure that checks if a subwalk is bridge-like.
  • An incremental hydrostructure that checks if the node sequence (including the tail of the last arc and the head of the first arc) of a subwalk is safe in the node-visible node-covering multi-closed walk model.
  • An incremental hydrostructure that checks if the node sequence (including the tail of the last arc and the head of the first arc) of a subwalk is safe in the node-visible node-covering 1-closed walk model.