Initializing help system before first use

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
Syntax
C#
VB
public int getNumIIS()

Return Value

Type:  Int32
The number of independent IIS.
Examples
XPRBprob prob = new XPRBprob("NewProb"); ... int numIIS = prob.getNumIIS();
See Also