rLSgetConstraintDatai: Get data on a specified constraint.

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
  rLSgetConstraintDatai(model,iCon)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

iCon

Index of the constraint you wish to receive information on.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pchConType

Type of the constraint.

pchIsNlp

0 if the constraint is linear and 1 if it is nonlinear.

pdB

Right-hand side value of the constraint.

References

LINDO SYSTEMS home page at www.lindo.com


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