rLSaddNLPobj {rLindo} | R Documentation |
R interface function for LINDO API function LSaddNLPobj
. For more information,
please refer to LINDO API User Manual.
rLSaddNLPobj(model,nCols,paiCols,padColj)
model |
A LINDO API model object, returned by |
nCols |
Number of variables for which NLP elements will be added. |
paiCols |
An integer array containing the variable indices of the nonlinear elements. |
padColj |
A double array containing the initial nonzero coefficients of the NLP elements. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
LINDO SYSTEMS home page at www.lindo.com