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