Skip to contents

Add rows (a.k.a. constraints) to an LPproblem.

Usage

addRows(lp, ...)

# S4 method for class 'LPproblem_glpk'
addRows(lp, nrows)

Arguments

lp

Object of class LPproblem

...

Additional parameters passed on to the specific method instance.

nrows

Number of rows to add