Description Usage Arguments Value References
R interface function for LINDO API function LSgetScenario
. For more information,
please refer to LINDO API User Manual.
1 | rLSgetScenario(model,jScenario)
|
model |
A LINDO API model object, returned by |
jScenario |
Index of a scenario realization. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
iParentScen |
Index of parent scenario. |
iBranchStage |
The branching stage. |
pdProb |
Event probability of scenario. |
nRealz |
Number of individual stochastic parameters consitituting the scenario. |
paiArows |
An integer array containing the row indices of stochastic parameters in the scenario. |
paiAcols |
An integer array containing the column indices of stochastic parameters in the scenario. |
paiStvs |
An integer array containing indices of stochastic parameters in the scenario. |
padVals |
A double array containing values associated with the stochastic parameters listed in paiStvs or (paiArows,paiAcols). |
iModifyRule |
A flag indicating whether stochastic parameters update the core model by adding or replacing. |
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.