fix error in spec

This commit is contained in:
Markus Teich 2016-06-28 17:26:33 +02:00
parent 1a6dc56f1a
commit de119e0327

View File

@ -128,7 +128,7 @@ each $i, j$ and $h \neq i$ after having received all of them.
\begin{enumerate} \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 $\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} \end{enumerate}