rLSgetVarType {rLindo}R Documentation

Retrieve the variable types and their respective counts in a given model.

Description

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

Usage

  rLSgetVarType(model)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pachVarTypes

A character array containing the type of each variable.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSloadVarType


[Package rLindo version 8.0.1 Index]