Originally posted by: SystemAdmin
[aberlll said:]
Hi, I am new to CPLEX.
I am frustrating as I got an optimal solution according to CPLEX 12 for my MILP problem, which is actually violating one of the inequality constraint. I checked the quality of the solution,
===
Display which part of the solution: quality
Incumbent solution:
MILP objective 0.0000000000e+00
MILP solution norm |x| (Total, Max) 1.39351e+06 1.00000e+03
MILP solution error (Ax=b) (Total, Max) 5.50706e-11 6.30962e-12
MILP x bound error (Total, Max) 1.29603e-11 9.09495e-13
MILP x integrality error (Total, Max) 0.00000e+00 0.00000e+00
MILP slack bound error (Total, Max) 1.00011e-06 1.00001e-06
Changed parameter settings:
mip tolerances absmipgap 1e-12
mip tolerances integrality 0
simplex tolerances feasibility 1e-09
===
The maximum slack bound error is 1e-6, it allows 0< -1e-6, which is not what I am expecting. Are there any ways to tighten the constraints for these slack variables? I've already changed the simplex tolerances feasibility to its minimum 1e-09, but it doesn't work. <br />Any suggestions?
Thanks
#CPLEXOptimizers#DecisionOptimization