Learn R Programming

cplexAPI (version 1.4.0)

status_codeCPLEX: Translates an IBM ILOG CPLEX Status Value into a Human Readable String

Description

Translates a IBM ILOG CPLEX status code into a human readable string.

Usage

status_codeCPLEX(env, code)

Arguments

env

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

code

Status code from IBM ILOG CPLEX as returned by getStatCPLEX.

Value

A character string orresponding to the value of an IBM ILOG CPLEX status code as returned by getStatCPLEX.

References

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

See Also

cplexConstants, getStatStrCPLEX