Learn R Programming

cplexAPI (version 1.4.0)

getErrorStrCPLEX: Return an Error Message String Corresponding to an Error Code

Description

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

Usage

getErrorStrCPLEX(err, env = NULL)

Arguments

err

The error code to be translated.

env

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

Value

A single character value containing the error message string.

Details

Interface to the C function getErrorStr which calls the CPLEX function CPXgeterrorstring.

References

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

See Also

getStatStrCPLEX