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

Path solver: trigger lmmcp flag

Solves #1720 for PATH solver
parent 1348c2ac
Branches
Tags
1 merge request!2073Path solver: trigger lmmcp flag
......@@ -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