Originally posted by: Chicoscience
Hi,
I have a MIP model in which we prioritise branching on certain variables (Type 1) in lieu of others (Type 2). We know that once all Type 1 variables are fixed to integer values, then the remaining problem is a feasibility one: Type 2 variables do not change the objective value, so once we find an integer solution in that branch, we can safely prune its remaining nodes.
In this situation, it make sense for us to set MIP emphasis to optimality while there are fractional Type 1 variables, and then set MIP emphasis to feasibility once all Type 1 variables are fixed in a specific branch. Is it possible to do so in CPLEX? I am using CPLEX 12.8.
Thanks,
Cristiano
#CPLEXOptimizers#DecisionOptimization