Search found 1 match

by nathan
2 years ago
Forum: API
Topic: Specifying equations via API
Replies: 0
Views: 8607

Specifying equations via API

I am learning the GAMS API by attempting to re-implement some of the example programs given in GAMS language. I seem to be a bit stuck at adding records to equations. In the following code, I am unsure what to do after adding equation `cost` to the `db`. There does not seem to be a mechanism by whic...