MATPOWER / most

MOST – MATPOWER Optimal Scheduling Tool, for steady-state power systems scheduling problems.
https://matpower.org/
Other
31 stars 12 forks source link

error 'mpoption: 'sopf' is not a valid option name' #48

Open tanzhongtan opened 3 months ago

tanzhongtan commented 3 months ago

When I test 't_most_30b_3_1_17', it gives error 'mpoption: 'sopf' is not a valid option name'. It seems contingency simulation can not be performed? Is this right?

rdzman commented 3 months ago

Some of the tests that are included in MOST are only run if you also have c3sopf() installed. If not, they are skipped by test_most since they will result in the error you saw.

c3sopf() was a research tool that was a predecessor to MOST and was never released publicly. I did a single-period, version of something similar to MOST, but with an AC or DC power flow model.

So, no, that error does not mean that any of the MOST functionality is unavailable.