MATPOWER / matpower

MATPOWER – steady state power flow simulation and optimization for MATLAB and Octave
https://matpower.org
Other
429 stars 152 forks source link

t_most_30b_3_1_17.m file is not working. #217

Closed young-hwanlee closed 7 months ago

young-hwanlee commented 11 months ago

I have used matpower7.1 version and tried to run "t_most_30b_3_1_17.m," but here's what I have got :

Error using mpoption Error using mpoption mpoption: 'sopf' is not a valid option name

Error in t_most_30b_3_1_17 (line 32) mpopt = mpoption(mpopt, 'sopf.force_Pc_eq_P0', 0); %% don't constrain contracted == base case dispatch

rdzman commented 10 months ago

This is expected behavior.

MOST includes some tests that are only run if you have access to c3sopf, a predecessor to MOST that solved single-period, secure, stochastic OPF. It was never released publicly, but some of the tests in test_most compare MOST and c3sopf output, if available. The t_most_30b_3_1_17 is one of those tests which are not expected to work (and are skipped) if the package containing c3sopf is not available.