rLScreateModel {rLindo}R Documentation

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.

Details

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

Value

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

References

LINDO SYSTEMS home page at www.lindo.com

See Also

rLSdeleteModel


[Package rLindo version 8.0.1 Index]