Dear Prof. Zimmerman, I want to do runmrket and solve it with other runopf solutions such as LP, TRALM and etc. When I run the following code with offers it doesn't work. Could you please help me?
mpopt=mpoption('OPF_ALG', 320);
offers.P.qty = [10 120 120; 10 145 145; 10 130 130];
offers.P.prc = [15 25 50; 10 30 40; 10 20 55];
[r, co] = runmarket('case9', offers, mpopt);
Best Regards
D. Xu
