Originally posted by: jamedadi
Hi
I want to get the best answer when solving the MIP problem, and the time complexity is not a concern at all. Which option is useful for this aim?
CPX_MIPEMPHASIS_BALANCED = Balance optimality and feasibility; default
CPX_MIPEMPHASIS_FEASIBILITY = Emphasize feasibility over optimality
CPX_MIPEMPHASIS_OPTIMALITY = Emphasize optimality over feasibility
CPX_MIPEMPHASIS_BESTBOUND = Emphasize moving best bound
CPX_MIPEMPHASIS_HIDDENFEAS = Emphasize finding hidden feasible solutions
Thanks
#CPLEXOptimizers#DecisionOptimization