rLSloadNameData {rLindo} | R Documentation |
R interface function for LINDO API function LSloadNameData
. For more information,
please refer to LINDO API User Manual.
rLSloadNameData(model,pszTitle = NULL,pszObjName = NULL,pszRhsName = NULL, pszRngName = NULL,pszBndname = NULL,paszConNames = NULL, paszVarNames = NULL,paszConeNames = NULL)
model |
A LINDO API model object, returned by |
pszTitle |
The title of the problem. |
pszObjName |
The name of the objective. |
pszRhsName |
The name of the right-hand side vector. |
pszRngName |
The name of the range vector. |
pszBndname |
The name of the bounds vector. |
paszConNames |
The constraint names. |
paszVarNames |
The variable names. |
paszConeNames |
The cone names. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com