With the TeX code
\begin{equation}
\max\left\{ \sum_{i=1}^{n}|\langle x^{(i)},b\rangle|^2\;\mid\vbox{
\hbox{Condition 1}
\hbox{Condition 2}
\hbox{Condition 3}
}\right\}
\end{equation}
I get the output
How can I achieve the following two things?
- The separator produced by
\midshall have the same height as the curly brackets. - The three conditions shall be centered vertically.


