Originally posted by: SystemAdmin
Yes, scaling the objective function can have an influence on numerical stability, and as a consequence also on solving time. I think it is typically the best to have objective coefficients being in the order of 1.
The objective coefficients enter into some equation system solves as right hand side (in particular in the dual simplex). Thus, big values will potentially lead to big solution values (for the dual). Since the tolerances in CPLEX are absolute values (which are tuned to work best for calculations on values in the order of 1), having very big numbers is certainly not the best approach...
Tobias
#CPLEXOptimizers#DecisionOptimization