From 919cec4c0f0ca11519da5c67f1d117c3305fab82 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

---
 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 cabae8cbb2..1dd16c4924 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -3481,7 +3481,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