From b4f293bdf29f766dfb3314b48d2407716a7d7025 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 27 Nov 2020 14:22:59 +0100
Subject: [PATCH] Document mode_compute=13

[skip ci]
---
 doc/manual/source/the-model-file.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 9c936e15c6..ab4cc05749 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -5336,6 +5336,14 @@ block decomposition of the model (see :opt:`block`).
                 (available under MATLAB if the Global Optimization
                 Toolbox is installed; not available under Octave).
 
+           ``13``
+
+                Uses the ``lsqnonlin`` non-linear least squares optimization
+                routine (available under MATLAB if the Optimization Toolbox is
+                installed; available under Octave if the `optim
+                <https://octave.sourceforge.io/optim/>`__ package from
+                Octave-Forge is installed). ``101``
+
            ``101``
 
                 Uses the SolveOpt algorithm for local nonlinear
-- 
GitLab