Hi! I’m working on my small project and I’m a beginner in programming and AIMMS.
I tried to run the model that I have developed but it resulted into “Warning: After zero iterations CPLEX 22.1 concluded that an integer solution to MinimizeDailyCost does not exist.” I attach my model and data.
I’m not sure where to start rectify this problem. Appreciate if anyone can help.
Best answer by Marcel Hunting
Hi @Hazirah. I think that the integer variable NTUarea causes a conflict. There seems to be no feasible solution in which NTUarea can have an integer value. The model enforces NTUarea to take a fractional value but that is not allowed if this variable is declared as ‘integer’.
If you change the range of NTUarea into ‘nonnegative’ then CPLEX is able to find a solution, with fractional values for NTUarea.
Hi @Hazirah. I think that the integer variable NTUarea causes a conflict. There seems to be no feasible solution in which NTUarea can have an integer value. The model enforces NTUarea to take a fractional value but that is not allowed if this variable is declared as ‘integer’.
If you change the range of NTUarea into ‘nonnegative’ then CPLEX is able to find a solution, with fractional values for NTUarea.
Sign up
Already have an account? Login Please use your business or academic e-mail address to register