Check out the FAQ (just posted) … http://www.pserc.cornell.edu/matpower/#lossminimization
-- Ray Zimmerman Senior Research Associate B30 Warren Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 On Jan 14, 2014, at 6:36 AM, Silvio Miceli <[email protected]> wrote: > Dear Dr. Zimmerman, > > I want to minimize loss in MATPOWER. I have written the following code to > obtain losses. How can I minimize it with the MATPOWER solvers? > > > > define_constants; > mpc=loadcase('case9') > [r, co, cb, f, dispatch, success, et] = runmarket (mpc); > loss=r.branch(:,14)+r.branch(:,16); > > > Best regards, > >
