From 32761173e00e7e40932341de36507707c16a9311 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 29 Apr 2022 15:53:26 +0200
Subject: [PATCH] Add solve_algo, markowitz, maxit and tolf options to
 pfwee_setup

---
 src/DynareBison.yy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/DynareBison.yy b/src/DynareBison.yy
index 9b9aae02..cbc421cd 100644
--- a/src/DynareBison.yy
+++ b/src/DynareBison.yy
@@ -1468,6 +1468,10 @@ perfect_foresight_with_expectation_errors_setup_options_list : perfect_foresight
 
 perfect_foresight_with_expectation_errors_setup_options : o_periods
                                                         | o_datafile
+                                                        | o_solve_algo
+                                                        | o_markowitz
+                                                        | o_steady_maxit
+                                                        | o_steady_tolf
                                                         ;
 
 perfect_foresight_with_expectation_errors_solver : PERFECT_FORESIGHT_WITH_EXPECTATION_ERRORS_SOLVER ';'
-- 
GitLab