rLSwriteDeteqLINDOFile {rLindo}R Documentation

Write the deterministic equivalent (DEQ) of the SP models in LINDO format.

Description

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

Usage

  rLSwriteDeteqLINDOFile(model,pszFilename,iType)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

pszFilename

Path and name of the MPS file.

iType

Type of the the deterministic equivalent. Possible values are:

  • LS_DETEQ_IMPLICIT

  • LS_DETEQ_EXPLICIT (default)

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSwriteDeteqMPSFile


[Package rLindo version 8.0.1 Index]