Dear Matpower users, I'm comparing two tutorial examples of MOST: `most_ex5_mpopf.m` and `most_ex3_dcopf_w_uc.m`. The mpoptions in both cases look almost identical, so how does MOST know the first one is a dispatch problem, but the second one is unit commitment?
It seems the main different is the mdi.UC.CommitKey: if you want a dispatch problem, you set mdi.UC.CommitKey= [] or mdi.UC.CommitKey= 2; you assign other values to mdi.UC.CommitKey if you want to solve UC. Is this correct? Thanks, Steven
