1 <h3>Schulze Method Results</h3>
3 <%= render :partial => 'result', :object => @election.ssd_result %>
5 <div class="rbmoreinfo">
6 <h4>About the Schulze Method</h4>
8 <p>The <%= link_to "Schulze method",
9 "http://en.wikipedia.org/wiki/Schulze_method" %> is a preferential
10 voting system. It is based on the Condorcet method but includes a set of
11 methods for resolving "circular" defeats.</p>
13 <p>The Schulze method is also known as Schwartz Sequential Dropping
14 (SSD), Cloneproof Schwartz Sequential Dropping (CSSD), Beatpath Method,
15 Beatpath Winner, Path Voting, and Path Winner.</p>
18 <%= render :partial => 'pref_tables' %>