Rdocumentation
powered by
Learn R Programming
rLindo (version 8.0.1)
rLSgetConeDatai: Retrieve data for cone i.
Description
R interface function for LINDO API function
LSgetConeDatai
. For more information, please refer to LINDO API User Manual.
Usage
rLSgetConeDatai(model,iCone)
Arguments
model
A LINDO API model object, returned by
rLScreateModel
.
iCone
Index of the cone you wish to receive information on.
Value
An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
pchConeType
Type of the cone.
piNnz
Number of variables characterizing the cone.
paiCols
An integer array containing indices of variables characterizing the cone.
References
LINDO SYSTEMS home page at www.lindo.com
See Also
rLSgetConstraintDatai