rLSdeduceStages {rLindo} | R Documentation |
R interface function for LINDO API function LSdeduceStages
. For more information,
please refer to LINDO API User Manual.
rLSdeduceStages(model,nMaxStage,panRowStagesIn,panColStagesIn,panSparStage)
model |
A LINDO API model object, returned by |
nMaxStage |
Maximum number of stages |
panRowStagesIn |
An integer array containing constraint stage information. |
panColStagesIn |
An integer array containing variable stage information. |
panSparStage |
An integer array containing random parameter stage information. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
panRowStagseOut |
An integer array containing constraint stage information. |
panColStagesOut |
An integer array containing variable stage information. |
LINDO SYSTEMS home page at www.lindo.com