Learn R Programming

rLindo (version 8.0.1)

rLSgetDInfo: Return model or solution double information about the current state of the LINDO API solver after model optimization is completed.

Description

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

Usage

rLSgetDInfo(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.
pdResult
A double value for requested information.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSgetIInfo