From d551dc7f98fb11b66dc6405662944603bcfc437c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 20 Apr 2021 16:54:39 +0200 Subject: [PATCH] Manual: linear_approximation option is also available with stack_solve_algo=7 (cherry picked from commit 919cec4c0f0ca11519da5c67f1d117c3305fab82) --- doc/manual/source/the-model-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index aeb2a50ac6..7be2815aec 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -2958,7 +2958,7 @@ speed-up on large models. Solves the linearized version of the perfect foresight model. The model must be stationary. Only available with option - ``stack_solve_algo==0``. + ``stack_solve_algo==0`` or ``stack_solve_algo==7``. *Output* -- GitLab