Fixed bug in Extended Path (added second argument to get_complementarity_condition).

time-shift
Stéphane Adjemian (Hermes) 2015-06-03 08:22:26 +02:00
parent 2f0cb39e14
commit c43cfb45a8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ end
% set boundaries if mcp
[lb,ub,pfm.eq_index] = get_complementarity_conditions(M_);
[lb,ub,pfm.eq_index] = get_complementarity_conditions(M_, options_.ramsey_policy);
options_.lmmcp.lb = repmat(lb,block_nbr,1);
options_.lmmcp.ub = repmat(ub,block_nbr,1);
pfm.block_nbr = block_nbr;