rLSgetParamShortDesc {rLindo}R Documentation

Get the specified parameter's short description.

Description

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

Usage

rLSgetParamShortDesc(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 short description.

References

LINDO SYSTEMS home page at www.lindo.com


[Package rLindo version 8.0.1 Index]