portmatching 0.3.3

Fast Graph Matching for Port Graphs
Documentation
1
2
3
4
5
6
7
mod line_pattern;
mod pattern;

pub use line_pattern::LinePattern;
pub(crate) use line_pattern::{IterationStatus, Line, PredicatesIter};
pub(crate) use pattern::{compatible_offsets, Edge, UnweightedEdge};
pub use pattern::{NoRootFound, Pattern, UnweightedPattern, WeightedPattern};