Hi Jane and Johan,
Can you (or anyone else) please give me advice, how did you modify your objective function to be convex?
I definy mine as follows:
for k = 1:horizont
Objective = Objective + C(k)*H(k)*(0.009*Q(k)+ 0.001);
end
where C is a vector of electricity prices(pre-defined, so it is not variable) and H(k) and Q(k) are variables...
Thanks in advance...