Respected Ray,

I have downloaded the TSOPF zip from the website and added it to the MATLAB
path. I am using MATLAB 2015b and MATPOWER 5.1. While trying to run the opf
using PDIPM, I get the following error. Please help me.
------------

mpopt=mpoption('opf.ac.solver','PDIPM','verbose',3);
>> result3=runopf('case6ww_mod',mpopt);
Reference to non-existent field 'pdipm'.

Error in opf_setup (line 170)
if (strcmp(alg, 'PDIPM') && mpopt.pdipm.step_control) || strcmp(alg,
'TRALM')

Error in opf (line 200)
om = opf_setup(mpc, mpopt);

Error in runopf (line 77)
[r, success] = opf(casedata, mpopt);

Reply via email to