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

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
2
3
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


rLindo documentation built on May 1, 2019, 10:11 p.m.