rLSgetConeDatai {rLindo} | R Documentation |
R interface function for LINDO API function LSgetConeDatai
. For more information,
please refer to LINDO API User Manual.
rLSgetConeDatai(model,iCone)
model |
A LINDO API model object, returned by |
iCone |
Index of the cone you wish to receive information on. |
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. |
LINDO SYSTEMS home page at www.lindo.com