RankProfile accepts a df with a tilde candidate ranked before valid ranking slots with candidates or tied with a valid candidate.
This is an expensive check as each row's ranking must be checked, and many elections create multiple profiles throughout its process. There should be a flag for turning on/off this check where external RankProfile are validated and internally created RankProfiles skip this.
RankProfileaccepts a df with a tilde candidate ranked before valid ranking slots with candidates or tied with a valid candidate.This is an expensive check as each row's ranking must be checked, and many elections create multiple profiles throughout its process. There should be a flag for turning on/off this check where external
RankProfileare validated and internally createdRankProfiles skip this.