?????? a question about MOST

2016-10-03 Thread YE lei
Excuse me for interrupting you once again.I have another question.I noticed that if I set quadratic term coefficient of generating cost as non-zero number, it will shows "Sorry, no solver available for MIQP models". So,In MOST,Does it have to be zero? --

?????? a question about MOST

2016-10-03 Thread YE lei
Ah,yes,I forgot! Thank you very much! I got the right result! -- -- ??: "rz10"; : 2016??10??4??(??) 3:01 ??: "MATPOWER discussion forum"; : Re: a question about MOST If the RAMP_30 column of the gen matrix is set to zero

Re: a question about MOST

2016-10-03 Thread Ray Zimmerman
If the RAMP_30 column of the gen matrix is set to zero this means that the generator cannot change its dispatch from one period to the next, since it has zero ramp capability. I think it should work if you set reasonable ramp rates. Ray > On Oct 3, 2016, at 1:26 PM, YE lei <470411...@qq.c

?????? a question about MOST

2016-10-03 Thread YE lei
Thanks a lot, now I try to edit load_profile like follow. After I ran MOST, the result was still incorrect??it showed "No feasible solution found"??but in this load value I can run the command of "runopf" successfully?? The load bus is 4,5,6. function loadprofile = ex160929_load_profile [CT_LA

Re: a question about MOST

2016-10-03 Thread Ray Zimmerman
The 3rd dimension of loadprofile.values is only 3, corresponding to the length of loadprofile.rows. So when you assign the data it should be to loadprofile.values(:, 1, 1), loadprofile.values(:, 1, 2), and loadprofile.values(:, 1, 3), not indexes 4, 5 and 6. Ray > On Sep 29, 2016, at 1:21