rLSdeduceStages: Deduce constraints and variables stage info.
Description
R interface function for LINDO API function LSdeduceStages. For more information,
please refer to LINDO API User Manual.
Usage
rLSdeduceStages(model,nMaxStage,panRowStagesIn,panColStagesIn,panSparStage)
Arguments
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.
Value
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.
References
LINDO SYSTEMS home page at www.lindo.com