rLSgetConeIndex {rLindo}R Documentation

Retrieve the name of a cone, given its index.

Description

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

Usage

  rLSgetConeIndex(model,pszConeName)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

pszConeName

Name of the cone whose index you wish to retrieve.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

piCone

Index of the cone.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSgetConstraintIndex


[Package rLindo version 8.0.1 Index]