From 3000e6d6910132eda50514831f0b56d7a6b81fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 9 Feb 2024 14:12:12 +0100 Subject: [PATCH] Manual: cosmetics --- doc/manual/source/the-model-file.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 5323c1eecd..43ae152d59 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -3850,9 +3850,9 @@ speed-up on large models. .. option:: lmmcp Solves the perfect foresight model with a Levenberg-Marquardt - mixed complementarity problem (LMMCP) solver (*Kanzow and Petra - (2004)*), which allows to consider inequality constraints on - the endogenous variables (such as a ZLB on the nominal interest + mixed complementarity problem (LMMCP) solver (*Kanzow and Petra, + 2004*), which allows to consider inequality constraints on + the endogenous variables (such as a zero lower bound, henceforth ZLB, on the nominal interest rate or a model with irreversible investment). This option is equivalent to ``stack_solve_algo=7`` **and** ``solve_algo=10``. Using the LMMCP solver avoids the need for min/max -- GitLab