Infeasibilities in CPLEX

Solver related questions
Post Reply
Luca
User
User
Posts: 23
Joined: 6 years ago

Infeasibilities in CPLEX

Post by Luca »

Dear all,

I am programming in GAMS using CPLEX as MIP solver. I activated the following options for CPLEX

feasopt 1
numericalemphasis 1
scaind 1

CPLEX should provide the "less infeasible" solution to the problem. However I obtain the following error:

Feasible solution.
----------------------------------------------------------
Cplex reported an infeasible model, but no infeasibilities
larger than the feasibility tolerance: 0.01
could be found.
----------------------------------------------------------

Thanks in advance for all your help.
Best regards,
Luca
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: Infeasibilities in CPLEX

Post by bussieck »

Some models are on the edge of feasiblity/infeasibility. Often this goes together with poor scaling. The IBM Cplex folks have a video about dealing with infeasibility in general but also a section about these special models: https://developer.ibm.com/docloud/blog/ ... asibility/

Perhaps this helps.

-Michael
Luca
User
User
Posts: 23
Joined: 6 years ago

Re: Infeasibilities in CPLEX

Post by Luca »

Thanks very much for your help!

Luca
Post Reply