Originally posted by: ShaCplex
Hi,
Can u please assist me in setting these cplex parameters in docplex?
cplexModel.setParam(IloCplex.Param.Emphasis.Numerical, true);
cplexModel.setParam(IloCplex.IntParam.ScaInd, 1);
cplexModel.setParam(IloCplex.DoubleParam.EpMrk, 0.9999);
cplexModel.setParam(IloCplex.Param.RootAlgorithm, 4);
cplexModel.setParam(IloCplex.Param.Barrier.Crossover, -1);
Regards,
Shahul
#CPLEXOptimizers#DecisionOptimization