Skip to content
Snippets Groups Projects
Commit 06fa2cb4 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Path solver: trigger lmmcp flag

Solves Dynare/dynare#1720 for PATH solver
parent d8baeb8f
No related branches found
No related tags found
No related merge requests found
Pipeline #7384 failed
......@@ -31,6 +31,8 @@ function [oo_, maxerror] = perfect_foresight_solver_core(M_, options_, oo_)
if options_.lmmcp.status
options_.stack_solve_algo=7;
options_.solve_algo = 10;
elseif options_.stack_solve_algo==7 && options_.solve_algo == 11
options_.lmmcp.status = 1; %Path solver
end
periods = options_.periods;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment