1

I am working with the linprog function in matlab and I am having problems with the upper bound. The problem does not actually require an upper bound, only a lower one, so initially I had the upper bound set to

UB=[]

This does provide a solution, but it is clearly incorrect. I then tried setting the upper bound to a relatively large number (10^25), this results in an exit flag of -3 (the problem is unbounded). I then try to decrease the value to 10^10, which results in exit flag -2 (no feasible point). I have tried to find an intermediate value but none will provide a solution. I have also checked my set up of the problem as a whole numerous times and cannot find the error there. Any suggestions as to what is happening with the bounds?

4

0 回答 0