Infeasible, but optmal solution found

Solver related questions
Post Reply
rmmaf
User
User
Posts: 6
Joined: 4 years ago

Infeasible, but optmal solution found

Post by rmmaf »

Hi there, for some reason when I run the .gms the optimal solution is found, but the .lst shows that some equations are infeasible... I don't know why, could anyone help me?

Code: Select all

---- masterobj  =E=  objective function

masterobj..  - c(1) - c(2) - c(3) - c(4) - c(5) - c(6) + zmaster =E= 0 ; (LHS = -0.5, INFES = 0.5 ****)
     
OBS: To run the model the .xlsx has to be in the same directory. I'm brazilian, sorry about my english...
Attachments
programa_teste2-emp.gms
(5.81 KiB) Downloaded 270 times
Dados.xlsx
(10.82 KiB) Downloaded 275 times
Fred
Posts: 372
Joined: 7 years ago

Re: Infeasible, but optmal solution found

Post by Fred »

Hi,

You are looking at the equation listing (https://www.gams.com/latest/docs/UG_GAM ... ionListing) which is part of the model generation output. I.e. the infeasibiities you see refer to the provided start point.

I hope this helps!

Fred
Post Reply