From 366fb2c2d81d89afbfdc3affd5610c6a0e616c2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Tue, 26 Jun 2012 17:10:52 +0200
Subject: [PATCH] Document option solve_maxit of discretionary_policy (cherry
 picked from commit 2f43f3a09aa989227283833553bb5426935be697)

---
 doc/dynare.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 03c5864de5..834403ee99 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -5135,6 +5135,9 @@ This command accepts the same options than @code{ramsey_policy}, plus:
 Sets the tolerance level used to assess convergence of the solution
 algorithm. Default: @code{1e-7}.
 
+@item solve_maxit = @var{INTEGER}
+Maximum number of iterations. Default: @code{3000}.
+
 @end table
 
 @end deffn
-- 
GitLab