rLSmodifyAj {rLindo} | R Documentation |
R interface function for LINDO API function LSmodifyAj
. For more information,
please refer to LINDO API User Manual.
rLSmodifyAj(model,iVar1,nRows,paiRows,padAj)
model |
A LINDO API model object, returned by |
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. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com