Update form.html

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 23:09:23 -07:00 committed by GitHub
parent 57caad7f27
commit f762fd5a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ e.g.:</p>
</tr> </tr>
</table> </table>
where this reads that the first voter had preferences "Alice" over "Bob" over "Charlie", the second voter "Bob" over "Alice" over "Charlie", etc. where this reads that the first voter had preferences "Alice" over "Bob" over "Charlie", the second voter "Bob" over "Alice" over "Charlie", etc.
(This example is constructed to demonstrate a situation without a singular majority winner - its Smith set a tie between "Alice" and "Bob")</p> (This example is constructed to demonstrate a situation without a singular majority winner - its Smith set a tie between "Alice" and "Bob"). Rankings may contain ties by e.g. repeating a numerical rank.</p>
<h3>Output: Smith Set Format</h3> <h3>Output: Smith Set Format</h3>
<p>The form will return a list of the Smith-set winners sorted lexicographically (they are all equally good majority winners). <p>The form will return a list of the Smith-set winners sorted lexicographically (they are all equally good majority winners).