Originally posted by: CplexUser1453
Hello
I have not managed to find the relaxations this way but it maybe due to the fact that I am dealing with to a particular case.
Here is the problem I am dealing with : I have .mps file that is feasible and the same model saved as an .sav file that is infeasible (has been discussed on the forum -
https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14687910�) I would like to use the interactive optimizer to find where the trouble is. A log where is attached where I launched the following commands :
1. optimization with the .mps file
2. feasopt with the .sav file w
3. disp sol slack -
I am not seing any stars :(
Is it because :
1) The numerical imprecision is due to lp instability and therefore I won't see it in slacks
2) I am missing something?
(CPLEX 12.2.0)
Just to complement, the data in my problem do not seem great (output with SET MIP STRATEGY KAPPASTATS = 2):
> display solution quality Incumbent solution: MILP objective 1.4139026292e+08 MILP solution norm |x| (Total, Max) 6.36115e+06 3.10000e+04 MILP solution error (Ax=b) (Total, Max) 5.72315e-10 8.07177e-12 MILP x bound error (Total, Max) 3.15481e-12 9.09495e-13 MILP x integrality error (Total, Max) 5.40012e-13 1.35003e-13 MILP slack bound error (Total, Max) 2.17945e-10 1.27045e-11 Branch-and-cut subproblem optimization: Max condition number: 6.2914e+09 Percentage (number) of stable bases: 0.00% (1) Percentage (number) of suspicious bases: 100.00% (160698) Percentage (number) of unstable bases: 0.00% (0) Percentage (number) of ill-posed bases: 0.00% (0) Attention level: 0.010000
Thanks!
#CPLEXOptimizers#DecisionOptimization