rLSgetModelStocParameterChar {rLindo}R Documentation

Get a stochastic parameter value of type characters from the given model.

Description

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

Usage

  rLSgetModelStocParameterChar(model,nQuery)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

nQuery

A valid query macro.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pachResult

The result of type characters.

References

LINDO SYSTEMS home page at www.lindo.com


[Package rLindo version 8.0.1 Index]