(I apologize. I saw this question but, I do not know these may be the same or not.)
I am trying to solve a MIP problem and have an issue about that. The problem's LP relaxation has the objective value about $63$ but, when the problem is solved by MIP solvers like CPLEX, Gurobi and SCIP, the relax solution is reported $59$. (even though I disable pre-solving, cuts and heuristics).
Root relaxation: objective 5.900000e+01
In all of the cases, the value of the variables are the same and the problem is solved optimality.
I was wondering if, is there any way to get the root relaxation value equal to $63$ by using MIP solvers or this is an advanced technique in which the solvers use to speed up the solving time?
read Ex1.MPS,change problem lp,optI get optimal value -63 for the LP problem. If I doread Ex1.MPS,set preprocessing presolve no,optthen I can see in the log that the root relaxation has objective -63. – Daniel Junglas Jun 09 '20 at 06:41.MPSformat of the problem in the above comments. Thanks once again. – A.Omidi Jun 12 '20 at 20:29