Rdocumentation
powered by
Learn R Programming
lpSolveAPI (version 5.5.0.12-3)
delete.lp: Delete Linear Program Model
Description
Free all the resources used by an lpSolve linear program model object and set the value of the external pointer to
NULL
.
Usage
delete.lp(lprec)
Arguments
lprec
an lpSolve linear program model object.
Value
lprec
is invisibly returned.
Details
This function is used as a finalizer for lpSolve linear program model objects.
References
http://lpsolve.sourceforge.net/5.5/index.htm