rLSgetConeDatai: Retrieve data for cone i.

Description Usage Arguments Value References See Also

View source: R/rLindo.R

Description

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

Usage

1
  rLSgetConeDatai(model,iCone)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

iCone

Index of the cone you wish to receive information on.

Value

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.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSgetConstraintDatai


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