Rdocumentation
powered by
Learn R Programming
rLindo (version 8.0.1)
rLSgetIInfo: Return model or solution integer information about the current state of the LINDO API solver after model optimization is completed.
Description
R interface function for LINDO API function
LSgetIInfo
. For more information, please refer to LINDO API User Manual.
Usage
rLSgetIInfo(model,nQuery)
Arguments
model
A LINDO API model object, returned by
rLScreateModel
.
nQuery
Number of stages/blocks in the dual angular model.
Value
An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
pnResult
An integer value for requested information.
References
LINDO SYSTEMS home page at www.lindo.com
See Also
rLSgetDInfo