50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


rLindo (version 8.0.1)

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

model
A LINDO API model object, returned by rLScreateModel.
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