pub fn transitive_supporters<A>( framework: &BipolarFramework<A>, a: &A, ) -> HashSet<A>where A: Clone + Eq + Hash,
All arguments that directly or transitively support a in the support graph. Does not include a itself.
a