Learn R Programming

sybil (version 1.1.2)

addRows-methods: Add Rows to an Optimization Problem

Description

Add rows to an optimization problem.

Usage

## S3 method for class 'optObj_clpAPI,numeric':
addRows(lp, nrows)

## S3 method for class 'optObj_cplexAPI,numeric': addRows(lp, nrows)

## S3 method for class 'optObj_glpkAPI,numeric': addRows(lp, nrows)

## S3 method for class 'optObj_lpSolveAPI,numeric': addRows(lp, nrows)

Arguments

lp
An object extending class optObj.
nrows
Number of rows (constraints) to add to the problem object.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.