Originally posted by: yanzhiping
Excuse me,
I have a MIP problem as attached in mps,lp,sav for the same problem.
the .out file shows the process when solving the problem with cplex. it took around 2 hours to solve it. the problem size is
Reduced MIP has 308429 rows, 297532 columns, and 1093399 nonzeros.
Reduced MIP has 46989 binaries,
it shows some number issues found from data check, such as Detected righthand side <= CPX_FEAS_TOL at constraint, Decimal part of coefficient for variable in constraint looks like 5/77 in single precision..
Does the following warning indicates the problem is suffering from performance variability?
CPLEX Warning 1033: Detected 99.10% (2209) suspicious condition number(s) >= 1e+07.
CPLEX Warning 1034: Detected 0.90% (20) unstable condition number(s) >= 1e+10.
I also observed that it took a long time for the gap to go from 3.23% to 0.17% .
Is it important to fix these warnings? would it help improve the solver performance?
Thanks,
#CPLEXOptimizers#DecisionOptimization