Description Usage Arguments Value References See Also
R interface function for LINDO API function LSgetLPData
. For more information,
please refer to LINDO API User Manual.
1 | rLSgetLPData(model)
|
model |
A LINDO API model object, returned by |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
pnObjSense |
An integer indicating whether the objective is to be maximized or minimized. |
pdObjConst |
A double precision constant to be added to the objective value. |
padC |
A double array containing the linear program's objective coefficients. |
padB |
A double array containing the constraint right-hand side coefficients. |
pachConTypes |
A character array containing the type of each constraint. |
paiAcols |
An integer array containing the index of the first nonzero in each column. |
panAcols |
An integer array containing the length of each column. |
padAcoef |
A double array containing the nonzero coefficients of the constraint matrix. |
paiArows |
An integer array containing the row indices of the nonzeros in the constraint matrix. |
padL |
A double array containing the lower bound of each variable. |
padU |
A double array containing the upper bound of each variable. |
LINDO SYSTEMS home page at www.lindo.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.