rLSgetEnvIntParameter: Retrieves a integer precision parameter for a specified...

Description Usage Arguments Value References See Also

View source: R/rLindo.R

Description

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

Usage

1
rLSgetEnvIntParameter(env,nParameter)

Arguments

env

A LINDO API environment object, returned by rLScreateEnv.

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

rLSgetModelIntParameter


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