stoch_simul.m: filter out mcp-tag solvers

time-shift
Johannes Pfeifer 2021-01-26 11:40:46 +01:00
parent 1fce40ddeb
commit c304dea35f
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ if M_.exo_nbr==0
error('stoch_simul:: does not support having no varexo in the model. As a workaround you could define a dummy exogenous variable.')
end
if ismember(options_.solve_algo,[10,11])
error('stoch_simul:: perturbation solutions are not compatible with mixed complementarity problems and their solvers')
end
test_for_deep_parameters_calibration(M_);
dr = oo_.dr;