Cannot use break command

Hi all,

I want to use break to jump out a loop, but it seems that GAMS cannot recognize this keyword. I have checked the online document of GAMS, so I am sure my syntax was right. Also, I have tried the example code in GAMS document, which did not work either. Could anyone tell me what’s wrong with me?

My GAMS is 24.6.1, and I have attached the demo GAMS code explaining how to use break command from GAMS online document.

Thank you,
eagle
break_demo.gms (113 Bytes)

Break/Continue were added in 24.8: https://www.gams.com/latest/docs/RN_248.html?search=break%20continue

-Michael

Hi Michael,

I understand. Thank you very much for the quick response.

-eagle