getiis
procedure getiis(vset:set of mpvar,cset:set of linctr)
procedure getiis(numiis:integer,vset:set of mpvar,cset:set of linctr)
procedure getiis(numiis:integer,ctrtype:array(linctr) of integer)
procedure getiis(numiis:integer,duals:array(linctr) of real)
procedure getiis(numiis:integer,isolrow:array(linctr) of boolean)
procedure getiis(numiis:integer,bndtype:array(mpvar) of integer)
procedure getiis(numiis:integer,rdcs:array(mpvar) of real)
procedure getiis(numiis:integer,isolcol:array(mpvar) of boolean)
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
|
numiis
|
Ordinal number of the IIS
|
ctrtype
|
Array to return the sense or type of rows in the IIS (
XPRS_IIS_LEQ,
XPRS_IIS_GEQ,
XPRS_IIS_EQ ,
XPRS_IIS_SOS1,
XPRS_IIS_SOS2 or
XPRS_IIS_INDIC)
|
duals
|
Array to return the dual multipliers associated with the rows of the IIS
|
isolrow
|
Array to return the isolation status of the the rows of the IIS
|
bndtype
|
Array to return the encoded sense and type of bounds in the IIS
|
rdcs
|
Array to return the dual multipliers associated with the bounds of the IIS
|
isolcol
|
Array to return the isolation status of the the bounds of the IIS
|
© 2001-2022 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.