Learn R Programming

rLindo (version 8.0.1)

rLScreateModel: Create a new instance of LINDO API model object.

Description

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

Usage

rLScreateModel(env)

Arguments

env
A LINDO API environment object, returned by rLScreateEnv.

Value

If successful, rLScreateModel returns a LINDO API model object; Otherwise, it returns NULL.

Details

Before this function is called, rLScreateEnv must be called to get a valid LINDO API environment object.

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSdeleteModel