Hi,
I have been using the ‘pwlfunc.inc’ for my work. However, I have hundreds of equations among which I want to exclude some and include some at times. When I was looking at the example where the ‘pwlfunc.inc’ was used: https://www.gams.com/latest/gamslib_ml/libhtml/gamslib_bidpwl.html
I have noticed that there under the model description they have used /all/ which for my case is not possible. I want to include all the equations that come from that .inc file but for my circumstances I cannot use the /all/ syntax. So, it seems like that I need to include them individually one by one. Is there any way to do that?
For example, If I execute the above code I can see the equation defBidPwlOne in the .lst file but it was not mentioned in the code explicitly. So, is there any way to include them in the model description or do I need to include them with the similar names as the .lst file contains like defBidPwlOne, defBidPwlSeg, etc.
Regards,
Jubeyer