rLSdeduceStages: Deduce constraints and variables stage info.

Description Usage Arguments Value References

View source: R/rLindo.R

Description

R interface function for LINDO API function LSdeduceStages. For more information, please refer to LINDO API User Manual.

Usage

1
  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


rLindo documentation built on May 1, 2019, 10:11 p.m.