Originally posted by: prasr29
I am solving a MIP model using Cplex concert technology in C++.
I can see that presolve in Cplex eliminates a large number of constraints and variables from my model. I am interested to further know the constraints and variables that remain in my model post presolve. Is there a way to find that?
#CPLEXOptimizers#DecisionOptimization