What Causes Variable Fixing on the Root Node (Other than Preprocessing/Presolve) #539
-
Hi there, I'm working with the p0201.mps example and examining the LP (here's my .lp file) corresponding to the first node given to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Running that file, heuristics find a solution. I have not debugged to see exactly what happens, but variables will probably have been fixed to a bound because of their reduced cost. So the fixes would only be valid for optimal solutions. If you turn off heuristics, you should see what you expected. |
Beta Was this translation helpful? Give feedback.
Running that file, heuristics find a solution. I have not debugged to see exactly what happens, but variables will probably have been fixed to a bound because of their reduced cost. So the fixes would only be valid for optimal solutions. If you turn off heuristics, you should see what you expected.