rLSgetParamLongDesc {rLindo}R Documentation

Get the specified parameter's long description.

Description

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

Usage

rLSgetParamLongDesc(env,nParam)

Arguments

env

A LINDO API environment object, returned by rLScreateEnv.

nParam

An integer parameter identifier.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

szDescription

The parameter's long description.

References

LINDO SYSTEMS home page at www.lindo.com


[Package rLindo version 8.0.1 Index]