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

Description Usage Arguments Value Author(s) References See Also

View source: R/cplex.R

Description

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

Usage

1
  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.

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

cplexConstants, getStatStrCPLEX


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