Learn R Programming

cplexAPI (version 1.4.0)

getUppBndsIdsCPLEX: Retrieve Upper Bounds on Variables

Description

The function retrieves the upper bounds on specified variables.

Usage

getUppBndsIdsCPLEX(env, lp, ind)

Arguments

env

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

lp

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

ind

Column indices of variables (remember: first index is 0).

Value

A numeric vector containing the upper bounds on the specified variables. If not successfull an instance of class "'>cplexError" is returned.

References

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

See Also

getUpperBndsCPLEX