Learn R Programming

sybil (version 1.1.2)

getColsLowBnds-methods: Get Lower Bounds of the Columns (Variables) of the Optimization Problem

Description

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

Usage

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

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

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

## S3 method for class 'optObj_lpSolveAPI,numeric': getColsLowBnds(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.