closeProbCPLEX: Close CPLEX Environment And Remove CPLEX Problem Object

Description Usage Arguments Details Value Author(s) References See Also

View source: R/cplexAPI.R

Description

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

Usage

1

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.

Details

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

Value

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

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

References

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

See Also

openProbCPLEX


cplexAPI documentation built on Oct. 23, 2020, 5:45 p.m.