Hi, I'm trying to solve a model with two inequality constraints (Schmitt-Grohé and Uribe, 2015): one for hours worked, h<=h_ss, and another one for debt d, which is assumed at t-1 and due at time t (i.e., a predetermined variable) , d(+1)<=d_bar, where d_bar is the debt limit set equal to 1. I write the associated complementary slackness conditions using the logical operators and the max function. However, the following problem occurs:
SOLVE: maxit has been reached
Not enough input arguments.
Error in resid (line 87)
[N,nz]=size(z);
Error in steady (line 90)
resid;
Error in baseline (line 157)
steady;
Error in dynare (line 180)
evalin('base',fname) ;
Is this a problem of bad initial conditions ? Thanks