Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.31 KB

Split Cycle

README.md for the code used in the paper Split Cycle: A New Condorcet Consistent Voting Method Independent of Clones and Immune to Spoilers by Wes Holliday and Eric Pacuit.

The notebooks use the Python package pref_voting. Consult https://pref-voting.readthedocs.io/ for an overview of this package.

Notebooks

  • 01-SplitCycle.ipynb: An efficient algorithm for computing Split Cycle.
  • 02-SplitCycleExamples.ipynb: All the examples from the paper.
  • 03-AppendixCExamples.ipynb: All the examples from Appendix C.
  • 04-AppendixDIrresolutenessData.ipynb: The code to produce the graphs in Appendix D.
  • 05-Tables.ipynb: The code to generate the three tables in the paper.

Requirements

All the code is written in Python 3. The notebooks use the following libraries: