Condorcet votes can now properly handle votes expressing equivalency
authorJoe Slag <joe@slagwerks.com>
Fri, 4 May 2007 20:44:48 +0000 (20:44 +0000)
committerJoe Slag <joe@slagwerks.com>
Fri, 4 May 2007 20:44:48 +0000 (20:44 +0000)
commit1723e5c01789f5240a148a4671492de6a7438abd
tree9717efff3089bc1f356b25a3a1b10d4902f4e3b0
parent3e470ed71e090d516690186c4b7fd95405fd51ea
Condorcet votes can now properly handle votes expressing equivalency
between candidates. Viz. [1, [2, 3], 4] indicates that options 2 and 3
are equally preferred, both coming after 1 and before 4.

git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@27 1440c7f4-e209-0410-9a04-881b5eb134a8
NEWS
lib/rubyvote/condorcet.rb
test/condorcet_test.rb

Benjamin Mako Hill || Want to submit a patch?