getLowBndsIdsCPLEX: Retrieve Lower Bounds on Variables

Description Usage Arguments Value Author(s) References See Also

View source: R/cplexAPI.R

Description

The function retrieves the lower bounds on specified variables.

Usage

1
  getLowBndsIdsCPLEX(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 lower bounds on the specified variables. If not successfull an instance of class "cplexError" is returned.

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

getLowerBndsCPLEX


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