rLScopyParam: Copy model parameters to another model.

Description Usage Arguments Value References See Also

View source: R/rLindo.R

Description

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

Usage

1
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


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