Learn R Programming

rLindo (version 8.0.1)

rLScopyParam: Copy model parameters to another model.

Description

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

Usage

rLScopyParam(smodel,tmodel,nSolverType)

Arguments

smodel
A LINDO API model object to copy the parameters from.
tmodel
A LINDO API model object to copy the parameters to.
nSolverType
An integer specifying the solver type to copy the parameters for.

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLScreateModel