rLSmodifyAj: Modify the coefficients for a given column at specified...

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
  rLSmodifyAj(model,iVar1,nRows,paiRows,padAj)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

iVar1

Index of the variable to modify the constraint coefficients.

nRows

Number of constraints to modify.

paiRows

An integer array containing the indices of the constraints to modify.

padAj

A double array containing the values of the new coefficients.

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.