rLSmodifyUpperBounds {rLindo} | R Documentation |
R interface function for LINDO API function LSmodifyUpperBounds
. For more information,
please refer to LINDO API User Manual.
rLSmodifyUpperBounds(model,nVars,paiVars,padU)
model |
A LINDO API model object, returned by |
nVars |
Number of bounds in the model to modify. |
paiVars |
An integer array containing the indices of the variables for which to modify the upper bounds. |
padU |
A double array containing the new values of the upper bounds on the variables. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com