Learn R Programming

sybil (version 1.1.2)

delProb-methods: Free Memory Associated to the Pointer to the Problem Object

Description

Delete (free) memory associated to the pointer to the problem object.

Usage

## S3 method for class 'optObj_clpAPI':
delProb(lp, ...)

## S3 method for class 'optObj_cplexAPI': delProb(lp, closeEnv = TRUE)

## S3 method for class 'optObj_glpkAPI': delProb(lp, ...)

## S3 method for class 'optObj_lpSolveAPI': delProb(lp, ...)

Arguments

lp
An object extending class optObj.
closeEnv
A boolean value. If set to TRUE, the CPLEX environment assicciated with the problem object will be closed also. Otherwise not. Default: TRUE.
...
Further arguments passed to the deletion function of the solver package.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.