Learn R Programming

rLindo (version 8.0.1)

rLSsetEnvIntParameter: Set an integer parameter for a specified environment.

Description

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

Usage

rLSsetEnvIntParameter(env,nParameter,nValue)

Arguments

env
A LINDO API environment object, returned by rLScreateEnv.
nParameter
An integer referring to an integer precision parameter.
nValue
An integer precision value.

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSsetModelIntParameter