Trait pulau_rs::Union

source ·
pub trait Union<T>where
    T: VertexType,
{ fn union_sets(
        representative: &mut [T],
        heuristic: &mut [usize],
        a: T::IdentifierType,
        b: T::IdentifierType
    ); }
Expand description

Union operation

Required Methods§

Implementors§