rLSgetIIS: Retrieve the irreducibly inconsistent set (IIS) of...

Description Usage Arguments Details Value References See Also

View source: R/rLindo.R

Description

R interface function for LINDO API function LSgetIIS. For more information, please refer to LINDO API User Manual.

Usage

1
  rLSgetIIS(model)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

Details

Following a call to LSfindIIS().

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pnSuf_r

Number of constraints in the sufficient set.

pnIIS_r

Number of rows in the IIS.

paiCons

An integer array containg indices of the rows in the IIS.

pnSuf_c

Number of column bounds in the sufficient set.

pnIIS_c

number of column bounds in the IIS.

paiVars

An integer array containg indices of the column bounds in the IIS.

panBnds

An integer array indicating whether the lower or the upper bound of the variable is in the IIS.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSfindIIS


rLindo documentation built on May 1, 2019, 10:11 p.m.