Hi
I just solved a MILP and observed the message window for some solver statistics:
Removing perturbation.
There are no bound infeasibilities.
Max. unscaled (scaled) reduced-cost infeas. = 4.33211E-014 (4.33211E-014)
Max. unscaled (scaled) Ax-b resid. = 9.07723E+002 (9.07723E+002)
Max. unscaled (scaled) c-B'pi resid. = 8.65445E-014 (8.65445E-014)
Max. unscaled (scaled) |x| = 1.50317E+004 (1.50317E+004)
Max. unscaled (scaled) |slack| = 3.20000E+002 (3.20000E+002)
Max. unscaled (scaled) |pi| = 1.50000E+002 (1.50000E+002)
Max. unscaled (scaled) |red-cost| = 2.39932E+004 (2.39932E+004)
Postsolve: the maximum unscaled (primal) constraint violation is higher than the feasibility tolerance (9.08E+002 > 1.00E-006),
and is attained by constraint c4(104,24). This indicates that the current model is ill-conditioned.
Postsolve: the maximum scaled (primal) constraint violation is higher than the feasibility tolerance (9.08E+002 > 1.00E-006),
and is attained by constraint c4(104,24). This indicates that the current model is ill-conditioned.
Memory in use by CPLEX 12.5.0.0: 3651736 bytes. Warning: Postsolve indicates that solution to Obj is not reliable.
I checked the corresponding constraint c4(104,24) and the value is within bounds. I do not have constraint RHS that are wacky big numbers . The bounds for majority of the constraint are in the 100 and there are some yes/no binary variables. I am wondering how to interpret the" ill-conditioned" model perspective?
Would appreciate if someone could guide me in this regard.
Also, can AIMMS list out the objective value at all the nodes in a B & B tree?