Originally posted by: Bernardo88
Hello.
I am using CPLEX integrated in C++ through Concert.
I use cplex.getNcols() and cplex.getNintVars to get the number of variables and cplex.getNrows() to get the number of constraints.
This information is relative to the initial model.
I wanted to know how I can extract information of the model after presolve, namely the number of constraints and integer variables.
Thanks and Best Regards
#CPLEXOptimizers#DecisionOptimization