rLSgetConstraintProperty {rLindo}R Documentation

Return the property of the specified constraint of the given model.

Description

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

Usage

rLSgetConstraintProperty(model,ndxCons)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

ndxCons

The index of the constraint for which the property is requested.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pnConptype

The constraint property.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSsetConstraintProperty


[Package rLindo version 8.0.1 Index]