-<% matrix = @election.condorcet_result.matrix %>
-<% victories = @election.condorcet_result.victories_and_ties %>
-<% names = @election.names_by_id %>
+<% matrix = @election.ssd_result.matrix %>
+<% victories = @election.ssd_result.victories_and_ties %>
<!-- This table shows how many times each choice was ranked above the other,
with percentages-->
<table class="preftable">
<tr>
<td></td>
<% candidates.each do |candidate| -%>
<!-- This table shows how many times each choice was ranked above the other,
with percentages-->
<table class="preftable">
<tr>
<td></td>
<% candidates.each do |candidate| -%>
<!-- This table generates a margin of victory -->
<table class="preftable">
<% candidates.each do |victor| %>
<tr>
<!-- This table generates a margin of victory -->
<table class="preftable">
<% candidates.each do |victor| %>
<tr>