Originally posted by: Uonly
I was trying to make a comparison on two solvers. Since one solver has clear disadvantage in presolving, I want to get the presolved model as an input to those two solvers and then make a comparison.
I was looking around and found
int CPXgetredlp(CPXCENVptr env, CPXCLPptr lp, CPXCLPptr * redlp_p)
should be the correct method to call but it seems there are also other parameters related
to presolve such as CPX_PARAM_REDUCE and CPX_PARAM_ADVIND.
At this moment it is not clear how to set these two parameters to fit my purpose. Any insight?
thanks
#CPLEXOptimizers#DecisionOptimization