Originally posted by: veronicads
Hello!
I'm implementing a sort of Fourier-Motzkin elimination using the Python API and CPLEX 12.4. This means that i'm adding a huge number of constraints to my problem but most likely some of them are redundant. Is there a way to detect redundant constraints for the formulation? That is, is there a way I can check if a constraint cuts off a part of the feasible region?
Thanks for your help,
Veronica
#CPLEXOptimizers#DecisionOptimization