Originally posted by: HadiUON
Hi,
I have some questions. I set Cplex relative gap to zero, i.e:
cplex.setParam(IloCplex::EpGap, 0);
Now I want to know:
1- What is the value of relative gap in this case? In other words, I want to know what is the minimum possible value for this parameter? Does it depend on the machine which I use?
2-Does it effect any features of Cplex like variable selection strategy or heuristic frequency and etc?
Thanks
#CPLEXOptimizers#DecisionOptimization