Description Usage Arguments Value References
R interface function for LINDO API function LSloadBasis
. For more information,
please refer to LINDO API User Manual.
1 | rLSloadBasis(model,panCstatus,panRstatus)
|
model |
A LINDO API model object, returned by |
panCstatus |
An integer array containing the status of each column in the given model. Set each variable's element to 0, -1, -2, or -3 for Basic, Nonbasic at lower bound, Nonbasic at upper bound, or Free and nonbasic at zero value, respectively. |
panRstatus |
An integer array containing the status of each row in the given model. Set each row's element to 0 or -1 if row's associated slack variable is basic or row's associated slack variable is nonbasic at zero, respectively |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
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.