getiis


Purpose
Compute then get the Irreductible Infeasible Sets (IIS).
Synopsis
procedure getiis(vset:set of mpvar,cset:set of linctr)
Arguments
vset 
Set to return the decision variables of the IIS or {} if not required
cset 
Set to return the constraints of the IIS or {} if not required
Further information
This procedure computes the IIS and stores the result in the provided parameters. The sets passed to this procedure are not reset before being used.
Related topics
getinfeas


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.