Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dev/abft.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,12 @@ On receiving a vote $Vote_k(r_k, p_k, s_k, v)$ a player
- $r_k \notin [r,r+1]$ or
- $r_k = r + 1$ and either
- $p_k > 0$ or
- $s_k \notin (\Next_0, \Late)$ or
- $s_k \in (\Next_0, \Late)$ or
- $r_k = r$ and one of
- $p_k \notin [p-1,p+1]$ or
- $p_k = p + 1$ and $s_k \notin (\Next_0, \Late)$ or
- $p_k = p$ and $s_k \notin (\Next_0, \Late)$ and $s_k \notin [s-1,s+1]$ or
- $p_k = p - 1$ and $s_k \notin (\Next_0, \Late)$ and
- $p_k = p + 1$ and $s_k \in (\Next_0, \Late)$ or
- $p_k = p$ and $s_k \in (\Next_0, \Late)$ and $s_k \notin [s-1,s+1]$ or
- $p_k = p - 1$ and $s_k \in (\Next_0, \Late)$ and
$s_k \notin [\sbar-1,\sbar+1]$.
- Otherwise, relays $\Vote_k$, observes it, and then produces any
consequent output.
Expand Down
8 changes: 4 additions & 4 deletions dev/html/abft.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,14 @@ <h2 id="votes-1">Votes</h2>
<li><span class="math inline">\(r_k = r + 1\)</span> and either
<ul>
<li><span class="math inline">\(p_k &gt; 0\)</span> or</li>
<li><span class="math inline">\(s_k \notin (\mathit{next}_0, \mathit{late})\)</span> or</li>
<li><span class="math inline">\(s_k \in (\mathit{next}_0, \mathit{late})\)</span> or</li>
</ul></li>
<li><span class="math inline">\(r_k = r\)</span> and one of
<ul>
<li><span class="math inline">\(p_k \notin [p-1,p+1]\)</span> or</li>
<li><span class="math inline">\(p_k = p + 1\)</span> and <span class="math inline">\(s_k \notin (\mathit{next}_0, \mathit{late})\)</span> or</li>
<li><span class="math inline">\(p_k = p\)</span> and <span class="math inline">\(s_k \notin (\mathit{next}_0, \mathit{late})\)</span> and <span class="math inline">\(s_k \notin [s-1,s+1]\)</span> or</li>
<li><span class="math inline">\(p_k = p - 1\)</span> and <span class="math inline">\(s_k \notin (\mathit{next}_0, \mathit{late})\)</span> and <span class="math inline">\(s_k \notin [\bar{s}-1,\bar{s}+1]\)</span>.</li>
<li><span class="math inline">\(p_k = p + 1\)</span> and <span class="math inline">\(s_k \in (\mathit{next}_0, \mathit{late})\)</span> or</li>
<li><span class="math inline">\(p_k = p\)</span> and <span class="math inline">\(s_k \in (\mathit{next}_0, \mathit{late})\)</span> and <span class="math inline">\(s_k \notin [s-1,s+1]\)</span> or</li>
<li><span class="math inline">\(p_k = p - 1\)</span> and <span class="math inline">\(s_k \in (\mathit{next}_0, \mathit{late})\)</span> and <span class="math inline">\(s_k \notin [\bar{s}-1,\bar{s}+1]\)</span>.</li>
</ul></li>
</ul></li>
<li>Otherwise, relays <span class="math inline">\(\mathrm{Vote}_k\)</span>, observes it, and then produces any consequent output.</li>
Expand Down
Binary file modified dev/pdf/abft.pdf
Binary file not shown.