Hi Everyone,
I am a student who learn GAMS recently. Here is my coding but there is one error in the end. Please check it and waiting for your guys advice.
My_Grid6.gms (5.89 KB)
Hi Everyone,
I am a student who learn GAMS recently. Here is my coding but there is one error in the end. Please check it and waiting for your guys advice.
My_Grid6.gms (5.89 KB)
Hi!!!
Firstly, this is not an LP, it is a mixed-integer LP. You should change the “solve” statement accordingly.
Secondly, the state-of-charge equation is only defined for h > h1. So, replace “Hourly_charge1” equation as below:
Hourly_charge1(h,b)$(h.pos > 1)… Ehb(h,b) =e= Ehb(h-1,b) - Phb(h-1,b);
This gives an optimal solution.
Hi cnbrksnr!
Thank you so much:star_struck:!!! It bothers me a bit.
Hi!
I will say thank you so much!!! Appreciated by your help!!