According to … http://www.gurobi.com/documentation/8.0/refman/optimization_status_codes.html
… Gurobi exit flag 4 means that the problem is infeasible or unbounded. The other errors are a result of attempting to continue after the solver failed to find a solution. Ray > On May 7, 2018, at 9:07 PM, sergio valencia ocampo <[email protected]> > wrote: > > Hello all, > > I am trying to run the most and the basic conditions with the gurobi solver > but I get this warning > > - MOST: MILP solver 'GUROBI' failed with exit flag = -4 > You can query the workspace to debug. > When finished, type the word "return" to continue. > > Then i get the next error: > > - Post-processing results. > NaN's cannot be converted to logicals. > > Error in most (line 2102) > mdo.UC.CommitSched(:, t) = mdo.QP.x(vv.i1.u(t):vv.iN.u(t)); > > Error in most_ex7_suc2 (line 111) > mdo = most(mdi, mpopt); > > > I have no idea why the warning or the error should be > > Thanks for any hints. > Best regards, Sergio
