Skip to content
Snippets Groups Projects
Verified Commit 8f8fc78f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Terminology: “complementarity condition” rather than “slackness condition”

parent 0ac16564
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -1053,7 +1053,7 @@ end; ...@@ -1053,7 +1053,7 @@ end;
c_t + k_t = A_tf(k_{t-1},\ell_t) + (1-\delta)k_{t-1} c_t + k_t = A_tf(k_{t-1},\ell_t) + (1-\delta)k_{t-1}
\end{gather*} \end{gather*}
Slackness condition: Complementarity condition:
\begin{equation*} \begin{equation*}
\mu_t = 0 \texttt{ and } i_t \geq 0 \mu_t = 0 \texttt{ and } i_t \geq 0
\end{equation*} \end{equation*}
...@@ -1097,7 +1097,7 @@ end; ...@@ -1097,7 +1097,7 @@ end;
\begin{itemize} \begin{itemize}
\item MCP solver triggered with option \texttt{lmmcp} of \texttt{perfect\_foresight\_solver} \item MCP solver triggered with option \texttt{lmmcp} of \texttt{perfect\_foresight\_solver}
\item Slackness condition described by equation tag \texttt{mcp} \item Complementarity condition described by equation tag \texttt{mcp}
\end{itemize} \end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment