Originally posted by: PaoloL
I am solving a problem with numerical stability issues and I am trying to get the condition number of the problem.
I use the methods of the class IloCplex:
cplex.getQuality(IloCplex::Kappa)
cplex.getQuality(IloCplex::ExactKappa)
But the value returned is always 0 or -1..
It is a Binary Program: I have two sets of binary variables and some numerically difficult constraints.. I add them to an IloModel that is extracted to cplex.
The value of Kappa before the call to cplex.solve() is always 0 and after the solving of the model it is always -1.
What could be the cause of this behavior?
(I am using cplex 12.1 with C++)
Thanks in advance,
Paolo
#CPLEXOptimizers#DecisionOptimization