Learn R Programming

sybil (version 1.1.2)

getRowsUppBnds-methods: Get Upper Bounds of the Rows (Constraints) of the Optimization Problem

Description

Get upper bounds of the rows (constraints) of the optimization Problem.

Usage

## S3 method for class 'optObj_clpAPI,numeric':
getRowsUppBnds(lp, i)

## S3 method for class 'optObj_cplexAPI,numeric': getRowsUppBnds(lp, i)

## S3 method for class 'optObj_glpkAPI,numeric': getRowsUppBnds(lp, i)

## S3 method for class 'optObj_lpSolveAPI,numeric': getRowsUppBnds(lp, i)

Arguments

lp
An object extending class optObj.
i
A numeric vector containing the row indices.

Value

  • A numeric vector containing the desired row bounds.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.