rLSgetIUS: Retrieve the irreducibly unbounded set (IUS) of columns for...

Description Usage Arguments Details Value References See Also

View source: R/rLindo.R

Description

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

Usage

1
  rLSgetIUS(model)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

Details

Following a call to LSfindIUS().

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pnSuf

Number of columns in the sufficient set.

pnIUS

Number of columns in the IIS.

paiVars

An integer array containg indices of the columns in the IUS.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSfindIUS


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