Originally posted by: savant_ning
very thanks, my model is LP. I'm look the examples, but many parameters setting, I don't know try which parameters, because solve my model need much time,
I want to know the some exact parameters to solve my model, because this parameters have different class, like :method.set(); parameters.optimalitytarget(); or some others;
I have see the cplex c++ have this parameters:
CPX_PARAM_EPRHS (IloCplex::EpRHS) ;
CPX_PARAM_NETEPRHS (IloCplex::NetEpRHS);
CPX_PARAM_BAREPCOMP (IloCplex::BarEpComp) ;
CPX_PARAM_BARQCPEPCOMP (IloCplex::BarQCPEpComp);
CPX_PARAM_EPINT (IloCplex::EpInt)
I don't know the related python parameters names, thanks
regards.
#DecisionOptimization#MathematicalProgramming-General