Originally posted by: SystemAdmin
Hello.
With CPLEX 11.1.1 I obtain the following condition numbers (I use the following CPLEX interactive optimizer command: "display solution kappa" OR I can use "disp sol quality"):
- for the original LP (with sum of all vars = 1):
Condition number of scaled basis = 8.7e+004
- for the LP that does not have sum of all vars = 1:
Condition number of scaled basis = 1.7e+009
Are these the right condition numbers?
Out of curiosity, is there anything I can do to obtain the optimal solution to the LP with condition number = 1.7e+009. I tried:
set emphasis numerical yes
OR
set feasopt tolerance 1e-3
set simplex tolerances feasibility 1e-3
set network tolerances feasibility 1e-3
In the CPLEX manual it is written: "Check the basis condition number, as explained in Measuring problem sensitivity with basis condition number. If the condition number is fairly low (for example, as little as 1e5 or less), then you can be confident about the solution. If the condition number is high, or if reducing
tolerance does not help, then you must revise the model because the current model may be too ill-conditioned to produce a numerically reliable result."
Could you please point me to some good reference (book or paper) that talks about condition number. So far, I found
http://en.wikipedia.org/wiki/Condition_number. Thank you very much,
Alex
#CPLEXOptimizers#DecisionOptimization