Skip to main content

coalitioned_with

Function coalitioned_with 

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

The members of a’s coalition, excluding a itself. If a is in a singleton coalition, returns an empty set.