Trait libmatchtigs::TigAlgorithm
source · [−]pub trait TigAlgorithm<Graph: GraphBase>: Default {
type Configuration;
fn compute_tigs(
graph: &mut Graph,
configuration: &Self::Configuration
) -> Vec<VecEdgeWalk<Graph>>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,;
}Expand description
An algorithm to compute tigs for a graph.
Required Associated Types
sourcetype Configuration
type Configuration
The configuration of the algorithm.