Adding the rubyvote library to do the actually election-making. The only
author<mako@atdot.cc> <>
Wed, 16 Aug 2006 19:19:42 +0000 (15:19 -0400)
committer<mako@atdot.cc> <>
Wed, 16 Aug 2006 19:19:42 +0000 (15:19 -0400)
commit560828ebdd364de4ca09d61764f19215a9e29e59
treed3db4f0658aa1315ad111d1e5aabc1d5545d1868
parent1260415e640fec24f8c970ae8e61f4a7ab4594d4
Adding the rubyvote library to do the actually election-making. The only
method supported at the moment is CloneproofSSD.
lib/rubyvote.rb [new file with mode: 0644]
lib/rubyvote/condorcet.rb [new file with mode: 0644]
lib/rubyvote/election.rb [new file with mode: 0644]
lib/rubyvote/positional.rb [new file with mode: 0644]
lib/rubyvote/range.rb [new file with mode: 0644]
lib/rubyvote/runoff.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?