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
pub trait Union<T>where
T: VertexType,{
fn union_sets(
representative: &mut [T],
heuristic: &mut [usize],
a: T::IdentifierType,
b: T::IdentifierType
);
}
Union operation