diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-28 17:26:33 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-28 17:26:33 +0200 |
commit | de119e0327bee578821f45f1ec8465be3bec7854 (patch) | |
tree | 22862ed3d558b3c892742f1cd8486a90e23ae323 /tex-stuff/math.tex | |
parent | 1a6dc56f1a67cda40da759abc1999022ec523f50 (diff) |
fix error in spec
Diffstat (limited to 'tex-stuff/math.tex')
-rw-r--r-- | tex-stuff/math.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex-stuff/math.tex b/tex-stuff/math.tex index bf36f97..e274e39 100644 --- a/tex-stuff/math.tex +++ b/tex-stuff/math.tex @@ -128,7 +128,7 @@ each $i, j$ and $h \neq i$ after having received all of them. \begin{enumerate} \item $\forall j:$ Compute $V_{aj}=\sum_{i=1}^n\gamma_{aj}^{\times i} - \sum_{i=1}^n\varphi_{aj}^{\times i}$. - \item If $\exists w: V_{aw} = 1$, then bidder $a$ is the winner of the auction. $p_w$ is the selling price. + \item If $\exists w: V_{aw} = 0$, then bidder $a$ is the winner of the auction. $p_w$ is the selling price. \end{enumerate} |