Skip to main content

transitive_supporters

Function transitive_supporters 

Source
pub fn transitive_supporters<A>(
    framework: &BipolarFramework<A>,
    a: &A,
) -> HashSet<A>
where A: Clone + Eq + Hash,
Expand description

All arguments that directly or transitively support a in the support graph. Does not include a itself.