Originally posted by: SystemAdmin
>
> For a specific problem and the same data, in order to accelerate operation time, add some elimination constraint. I have certain questions.
>
> 1 Whether best bound and best integer in mip solve information correspond to lower bound and upper bound in c++ optimization?
Yes if you are maximizing, no if you are minimizing.
> 2 Even I add more constraint in modeling, the best bound still start at 0.0000,there is no different if I add more constraint, I want emphasize the new constraint advantage, whether cplex offer some information to appreciate different modeling?
>
Additional constraints do not automatically toughen bounds. Even if they cut off the optimal node solution, there is still the possibility t fast the node LP had multiple optima, and one of the alternate optima satisfies the new constraint.
Paul
Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
#CPLEXOptimizers#DecisionOptimization