RuleYoung#
- class svvamp.RuleYoung[source]#
Young method.
This emulates a part of Rule functionalities, but it is not a subclass of Rule. The core difference is that self.w_ may be numpy.nan, which means that the winner is not known. For that reason, many other methods from Rule are not implemented here. As of now, the main purpose of this class is to implement is_cm_ to evaluate the coalitional manipulability of the Young method.
Consider that the implementation of is_cm_ is trustworthy only if voters have no indifference.
- property w_#
Integer (winning candidate).