rLSgetDeteqModel: Get the deterministic equivalent (DEQ) of the SP model.

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
rLSgetDeteqModel(model,iDeqType)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

iDeqType

An integer specifying the DEQ type (implicit or explicit). Possible values are:

  • LS_DETEQ_FREE

  • LS_DETEQ_IMPLICIT

  • LS_DETEQ_EXPLICIT

Value

If successful, rLSgetDeteqModel returns a LINDO API model object referring to the DEQ model; Otherwise, it returns NULL.

References

LINDO SYSTEMS home page at www.lindo.com


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