Dear Ray, Maybe it is a well discussed question, however I cant find it. I want to customize the optimal power flow in matpower. I want to rewrite the objetive function, and also to add some other restriccions to the problem. I am not sure about the best approach to do that. I was thinking in obtaining from matpower the following matrices (see fmincon function) to use inside the fmincon function or other optimization solver.
x = fmincon(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon) In this case I have to look for the fmincopf solver related functions in matpower ? Or maybe there is a better way? Please give me your advice. Santiago Torres
