rLSfindIUS: Find an irreducibly unbounded set (IUS) of columns for an...

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
  rLSfindIUS(model,nLevel)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

nLevel

The level of analysis in finding the IUS. Bit mask values are:

  • LS_NECESSARY_COLS = 2

  • LS_SUFFICIENT_COLS = 8

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com


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