Originally posted by: SystemAdmin
[zxlcsit said:]
In the method cplex.SetParam(Cplex.BooleanParam.PreInd,false),PreInd is a Presolve switch ,it decides whether CPLEX applies presolve during preprocessing. When set to 1 (one), the default, this parameter invokes the CPLEX presolve to simplify and reduce problems.
#DecisionOptimization#MathematicalProgramming-General