Skip to content
Snippets Groups Projects
Commit 979c1af5 authored by MichelJuillard's avatar MichelJuillard
Browse files

perfect foresight with lmmcp: removed display of iterations

parent 799ce399
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,6 @@ elseif options_.solve_algo == 3
end
elseif options_.solve_algo == 10
olmmcp = options_.lmmcp;
olmmcp.Display = 'iter';
[x,fval,exitflag] = lmmcp(func,x,olmmcp.lb,olmmcp.ub,olmmcp,varargin{:});
if exitflag == 1
info = 0;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment