delete.lp | R Documentation |
Free all the resources used by an lpSolve linear program model object and set the value of the external pointer to NULL
.
delete.lp(lprec)
lprec |
an lpSolve linear program model object. |
This function is used as a finalizer for lpSolve linear program model objects.
lprec
is invisibly returned.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.