Originally posted by: Zacharie_ALES
Thanks for your answers. Since I removed the automatic cuts I guess it's not this part which changes the relaxation. I don't really know how the reduced cost work, can it be disabled?
I changed the MIPDisplay parameter in order to have has many logs as possible and I got the following when the relaxation is improved (the value are not exactly the same as in my first post since I used a smaller instance to do my tests) :
* 0+ 0 4809.0000 1925.5000 98 59.96%
Found incumbent of value 4809.000000 after 0.71 sec. (413.65 ticks)
Reinitializing dual norms . . .
Nodes Cuts/
Node Left Objective IInf Best Integer Best Bound ItCnt Gap Variable B NodeID Parent Depth
0 0 cutoff 4809.0000 4809.0000 98 0.00%
The relaxation is modified just after a new integer solution is found and the improvement may comes from the message:
Reinitializing dual norms . . .
Do you think the relaxation modification occurs during this process? If yes, do you know if I can disable it? (I did not find a corresponding parameter yet)
#CPLEXOptimizers#DecisionOptimization