Originally posted by: SystemAdmin
Hi all,
We are solving a lot of simple LP problems, most of them are infeasible. While the problem is infeasible, the method
cplex.getIIS().getConstraints() will be called. Suppose it is called by an iterator, the execution time of the method is increasing slowly at each try. In fact, it is a linear growth. How can i solve this problem?
I have posted this problem several days ago, you can click the link below if you want to know more details:
problem description#CPLEXOptimizers#DecisionOptimization