Hi,
thank you for your great answer. I am actually trying to describe a Penalty Method using the SLP Approach. Thanks to your help, I was able to implement the algorithm. Sorry, but I am quite a newbie in Matlab.
If you can give me a hand on one more issue, I will be very grateful:
Now I am trying to further extend my objective function which uses the absolute function (it describes the equality constraints in my Penalty Approach). Can I somehow convey to a linprog format?
f(d) = Df*d + max(0, g + Dg*d) + |h + Dh*d|, where h is also a constant array.
Thank you for your help!
Austin