Search found 2 matches
- 1 year ago
- Forum: Modeling
- Topic: Controlling set elements
- Replies: 2
- Views: 947
Re: Controlling set elements
Thanks, that works perfectly. I used nested loops for the 3 dimensions of the sets and it worked.
- 1 year ago
- Forum: Modeling
- Topic: Controlling set elements
- Replies: 2
- Views: 947
Controlling set elements
Hi, I want to return the set element that corresponds to a particular parameter. More specifically, I have a set (sHours) from 1 to 8760 hours in a year. I want to find the hour of peak demand and then find the available generation capacity that corresponds to that hour. I can find the maximum deman...