50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

rLindo (version 8.0.1)

rLSloadNameData: Load the given name data (e.g., row and column names), into a model structure.

Description

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

Usage

rLSloadNameData(model,pszTitle = NULL,pszObjName = NULL,pszRhsName = NULL, pszRngName = NULL,pszBndname = NULL,paszConNames = NULL, paszVarNames = NULL,paszConeNames = NULL)

Arguments

model
A LINDO API model object, returned by rLScreateModel.
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.

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com