Talk:Summability criterion: Difference between revisions

Content deleted Content added
imported>DanBishop
No edit summary
imported>DanBishop
No edit summary
Line 8:
Interesting argument. [[User:KVenzke|KVenzke]]
 
For practical purposes, it's correct only for small numbers of candidates. Otherwise, the number of summation array entries will be so large that it's simply more efficient to record the actual ballots. For example, consider an IRV election with 12 candidates and 10 000 voters. With a summation array, this takes 12×(2^11-1) = 24 564 entries of 2 bytes each, for a total of 49 128 bytes. By storing the actual ballots, encoded as 4-byte numbers (the minimum needed with 479 million possible fully-ranked ballots), you would need only 40 000 bytes. Contrast this to a Condorcet matrix (n(n-1) entries), in which the summation array requires fewer bytes than the ballots even with 7000 candidates. [[User:DanBishop|DanBishop]] 17:1617, 3 Jul 2005 (PDT)
Return to "Summability criterion" page.