pub fn coalitioned_with<A>(framework: &BipolarFramework<A>, a: &A) -> HashSet<A>where A: Clone + Eq + Hash,
The members of a’s coalition, excluding a itself. If a is in a singleton coalition, returns an empty set.
a