rLSmodifyObjective {rLindo} | R Documentation |
R interface function for LINDO API function LSmodifyObjective
. For more information,
please refer to LINDO API User Manual.
rLSmodifyObjective(model,nVars,paiVars,padC)
model |
A LINDO API model object, returned by |
nVars |
Number of objective coefficients to modify. |
paiVars |
An integer array containing the indices of the objective coefficients to modify. |
padC |
A double array containing the new values for the modified objective coefficients. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com