Page 1 of 1

Need for help

Posted: Wed Jan 24, 2024 3:02 pm
by Mohammed
Dear Sir
Please, I am working on a goal programming model for optimal index tracking portfolio selection problem with GAMS.
the model stops and says ( Integer infeasible)
any help in this context
attached the gms file and data files
Many thanks in advance

Re: Need for help

Posted: Tue Feb 06, 2024 1:00 pm
by Fred
It seems that your model is unbounded. You might want to set proper lower bounds on variables d1,d2,d3,d4.

I hope this helps.

Fred

Re: Need for help

Posted: Tue Feb 13, 2024 8:15 pm
by Mohammed
Fred wrote: 3 months ago It seems that your model is unbounded. You might want to set proper lower bounds on variables d1,d2,d3,d4.

I hope this helps.

Fred
Many thanks for your interest and reply
Actually these are positve and negative deviations that need to be minimized, hence an upper bound is needed. However i tried to add an upper bound with 0.03 but the problem is still exists.
Thanks for your time and support

Re: Need for help

Posted: Tue Feb 20, 2024 3:09 pm
by Fred
Hi,

Then I do not understand the model.

Look for example at free variable d1. It occurs with coefficient 1 in the objective which is minimized. Other than that it occurs only in constraint "Tracking", also with coefficient 1. This is a "=L=" constraint. So the solver will make d1 "as negative as possible". In the current model that means -inf wich means the model is unbounded.

I hope this helps!

Fred