Originally posted by: srinit34
Hi
can we do something like this:
//set time limit to 3 minutes
ilocplex.solve() //for 3 minutes
//change MIP emphasis
//set time limit to 3 minutes
ilocplex.solve() //for 3 more minutes
Also , what is the relation between MIP emphasis and node selection strategy ( best first, depth first, best estimate first).
Seems to me that depending on choice of MIP emphasis, only certain node selection strategies make sense.
Any other parameter settings to watch out for, while setting MIP emphasis?
#CPLEXOptimizers#DecisionOptimization