getChannelsCPLEX: Obtain Pointers to the Four Default Channels

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

View source: R/cplexAPI.R

Description

Low level interface function to the IBM ILOG CPLEX function CPXgetchannels. Consult the IBM ILOG CPLEX documentation for more detailed information.

Usage

1
  getChannelsCPLEX(env, ptrtype = "cplex_chan")

Arguments

env

An object of class "cplexPtr" as returned by openEnvCPLEX. This is basically a pointer to an IBM ILOG CPLEX environment.

ptrtype

A name for the pointer object.

Details

Interface to the C function getChannels which calls the CPLEX function CPXgetchannels.

Value

If successful a list is returned:

cpxresults

address of the channel corresponding to cpxresults

cpxwarning

address of the channel corresponding to cpxwarning

cpxerror

address of the channel corresponding to cpxerror

cpxlog

address of the channel corresponding to cpxlog

otherwise an instance of class "cplexError". Each list element is an object of class "cplexPtr".

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

disconnectChannelCPLEX, flushChannelCPLEX, flushStdChannelsCPLEX


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