Modelling the Pooling Problem

Problems with modeling
Post Reply
Gaucho
User
User
Posts: 10
Joined: 4 years ago

Modelling the Pooling Problem

Post by Gaucho »

Hello everyone,

I am really frustrated as I tried to implement a standard pooling problem into GAMS and failed miserably.
It may be too much to ask in here, but does anyone know, how to implement this simple model?
I have a flow from the input i to the output j through the pool p, where the inputs mix non-linear.

I have a hard time with the syntax and don't know how to vary the variable y(i,j) to also be y(i,l) at times.

If someone could give me an advice I would be very grateful.

Best regards
poolingproblem.jpg
poolingproblem.jpg
abhosekar
Moderator
Moderator
Posts: 295
Joined: 3 years ago

Re: Modelling the Pooling Problem

Post by abhosekar »

Please take a look at problems POOL and HAVERLY from GAMS model Library. On windows, if you are using studio, it is under GAMS-> view model library.

- Atharv
Gaucho
User
User
Posts: 10
Joined: 4 years ago

Re: Modelling the Pooling Problem

Post by Gaucho »

Thank you!
Post Reply