Originally posted by: Erebos
Hi all,
Question 1:
I cannot see any effect if I set IloCplex::RootAlg or IloCplex::NodeAlg when the model is a MIP. The same is the case if I read a parameter file using IloCplex::readParam where CPX_PARAM_LPMETHOD or CPX_PARAM_STARTALG and CPX_PARAM_SUBALG are set.
However, in the case of an LP model IloCplex::RootAlg works as expected.
In the documentation I see: IloCplex::RootAlg or CPX_PARAM_LPMETHOD "controls which algorithm is used to solve continuous models or to solve the root relaxation of a MIP"
Calling IloCplex::getAlgorithm after having solved A MIP returns always "MIP". I use concert with CPLEX 12.6.0.1
Does CPLEX apply the linear solver methods anyway but just won't show it?
Or will CPLEX ignore any solver settings in the case of a MIP?
Question 2:
It it possible to set parameters with IloCplex::readParam *after* the model has been extracted but (of course) not yet solved?
Kind regards
#CPLEXOptimizers#DecisionOptimization