I am using LPsolve for optimizing a portfolio. I have defined the problem as: I am using the Buy and sell Weights as variables and some constraints like churn which specifies 0<= Sum(B+S) <= 20. Now I have several other constraints along with this.
I want to know if there is a way to find which constraints are contradicting each other. I.e., a method returning IIS as an array or a list.