Learn R Programming

cplexAPI (version 1.4.0)

closeProbCPLEX: Close CPLEX Environment And Remove CPLEX Problem Object

Description

The function closeProbCPLEX closes a CPLEX environment and removes a CPLEX problem object.

Usage

closeProbCPLEX(prob)

Arguments

prob

A list containing a pointer to an IBM ILOG CPLEX environment and a Pointer to an IBM ILOG CPLEX problem object. Both elements are objects of class "'>cplexPtr" as returned by openProbCPLEX.

Value

An integer vector containing the return values of CPXcloseCPLEX and CPXfreeprob.

Details

Interface to the C functions delProb and closeEnv calling CPLEX functions CPXcloseCPLEX and CPXfreeprob.

References

The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.

See Also

openProbCPLEX