getNumIIS Method
Get the number of independent IIS. The method returns the number of independent irreducible infeasible sets found by Xpress-Optimizer for an infeasible LP problem.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0


XPRBprob prob = new XPRBprob("NewProb"); ... int numIIS = prob.getNumIIS();
