Learn R Programming

rLindo (version 8.0.1)

rLSgetModelIntParameter: Retrieves a integer precision parameter for a specified model.

Description

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

Usage

rLSgetModelIntParameter(model,nParameter)

Arguments

model
A LINDO API model object, returned by rLScreateModel.
nParameter
An integer referring to an integer precision parameter.

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
pnValue
The parameter's value.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSgetModelDouParameter