Learn R Programming

sybil (version 1.1.2)

getColsUppBnds-methods: Get Upper Bounds of the Columns (Variables) of the Optimization Problem

Description

Get upper bounds of the columns (variables) of the optimization Problem.

Usage

## S3 method for class 'optObj_clpAPI,numeric':
getColsUppBnds(lp, j)

## S3 method for class 'optObj_cplexAPI,numeric': getColsUppBnds(lp, j)

## S3 method for class 'optObj_glpkAPI,numeric': getColsUppBnds(lp, j)

## S3 method for class 'optObj_lpSolveAPI,numeric': getColsUppBnds(lp, j)

Arguments

lp
An object extending class optObj.
j
A numeric vector containing the column (variable) indices.

Value

  • A numeric vector containing the desired column bounds.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.