Search found 5 matches

by sadiksha123
3 years ago
Forum: Modeling
Topic: Help To understand the code
Replies: 1
Views: 1542

Help To understand the code

Chapter 4 (Gcode4.1) PSO Library Main Equations given in the book Screenshot 2021-02-03 111212.png Equation in the GAMS code Gcode 4.1 Genconst3(i,t).. p(i,t+1) - p(i,t) =l= gendata(i,'RU0'); Genconst4(i,t).. p(i,t-1) - p(i,t) =l= gendata(i,'RD0'); why is the equation 4.5d p(i,t+1)-p(i,t) =l=gendata...
by sadiksha123
3 years ago
Forum: Modeling
Topic: Adjusting the Table/parameter
Replies: 6
Views: 20068

Re: Adjusting the Table/parameter

Hi Your tables are all two-dimensional tables, so not many options needed. Work through the examples in the GDXXR documentation (unfortunately, it starts with all options. It is better to start with the examples and if you encounter more difficult tables/problem, you can look through the settings)....
by sadiksha123
3 years ago
Forum: Modeling
Topic: Adjusting the Table/parameter
Replies: 6
Views: 20068

Re: Adjusting the Table/parameter

EvToGams.xlsx This is my excel sheet ..How can i copy to the GAMS . I am going through the GDXRW but so many options are given i am getting confused which is best suited to my data as i have data for 40 EVS along rows and 48 time interval in column and i have to copy the parameters also . I am atta...
by sadiksha123
3 years ago
Forum: Modeling
Topic: Adjusting the Table/parameter
Replies: 6
Views: 20068

Re: Adjusting the Table/parameter

Thank you Renger I am new so can i know how to read from excel to GAMS .I try doing my self stdy but i confused with so many ideas ....which to follow ...I am attaching my excel file where there are the data's so could you please guide with the most standard method to copy it to GAMS To Gams .xlsx
by sadiksha123
3 years ago
Forum: Modeling
Topic: Adjusting the Table/parameter
Replies: 6
Views: 20068

Adjusting the Table/parameter

Hi

I am trying to copy data from the excel sheet with dimension of (40*48) but while copying the data are not align ..How can i align for the large table like this ...
Screenshot 2021-01-16 163854.png