rLSgetEnvIntParameter {rLindo}R Documentation

Retrieves a integer precision parameter for a specified environment.

Description

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

Usage

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


[Package rLindo version 8.0.1 Index]