How to make communication of C to Gams?

Questions on using the GAMS APIs (Python, .NET, etc.)
Post Reply
Maria
User
User
Posts: 2
Joined: 7 years ago

How to make communication of C to Gams?

Post by Maria »

Hello, I want to send parameters of an array to Gams from C, how can I make that communication?
User avatar
Clemens
Posts: 57
Joined: 7 years ago

Re: How to make communication of C to Gams?

Post by Clemens »

Maria,
you might want to have a look at "apifiles/C" in your GAMS installation directory. The examples "xp_example1.c" shows how to read and write GDX files. The example "xp_example2.c" shows how to call a GAMS model programmatically from within your C program.

Best,
Clemens
Post Reply