I am studying Data Envelopment Analysis and the CCR model from Cooper, W. W., Seiford, L. M., Tone, K., & Cooper, W. W. (2006). Introduction to data envelopment analysis and its uses : With DEA-solver software and references. Springer.
I struggle to understand how we move from the $LP_o$ to its dual $DLP_o$.
Here is the primal :
\begin{align} \max_{v,u} & uy_o \\ & \text{s.t. } vx_o = 1 \\ & -vX + uY \leq 0 \\ & v \geq 0, u \geq 0 \end{align} And its dual :
\begin{align} \min_{\theta,\lambda} & \theta & \\ & \text{s.t. } \theta x_o - X\lambda \geq 0 \\ & Y\lambda \geq y_o \\ & \lambda \geq 0 \end{align}
I tried to apply the general definition of a dual to its primal to this specific case but could not get the proper answer.
Any thoughts ?
Thanks