Expand description
Implements functions and interfaces to check solutions for being t-PJR.
PJR stands for proportional justified representation. PJR is an absolute measure to make sure an NPoS solution adheres to a minimum standard.
See pjr_check
which is the main entry point of the module.
Functions§
- pjr_
check - Check a solution to be PJR.
- pjr_
check_ core - The internal implementation of the PJR check after having the data converted.
- standard_
threshold - Compute the threshold corresponding to the standard PJR property
- t_
pjr_ check - Check a solution to be t-PJR.
- validate_
pjr_ challenge - Validate a challenge to an election result.
- validate_
t_ pjr_ challenge - Validate a challenge to an election result.