rLSgetDeteqModel {rLindo}R Documentation

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

Description

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

Usage

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


[Package rLindo version 8.0.1 Index]