pub type ParFairNoPred<G> = ParFair<G, false>;
Expand description
A fair parallel breadth-first visit that does not keep track of predecessors.
Aliased Typeยง
pub struct ParFairNoPred<G> { /* private fields */ }
pub type ParFairNoPred<G> = ParFair<G, false>;
A fair parallel breadth-first visit that does not keep track of predecessors.
pub struct ParFairNoPred<G> { /* private fields */ }