It appears that the TSPOPF solvers may not be installed. Are you sure you
installed the version for your architecture? You can type mpver at the Matlab
command line to see which optional packages MATPOWER recognizes as correctly
installed.
Ray
> On Jun 9, 2016, at 1:44 AM, Saranya A <[email protected]> wrote:
>
> 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);