Skip to contents

Set row bounds of an LPproblem.

Usage

setRowsBnds(lp, ...)

# S4 method for class 'LPproblem_glpk'
setRowsBnds(lp, i, lb, ub, type)

Arguments

lp

Object of class LPproblem

...

Additional parameters passed on to the specific method instance.

i

Indices of rows/constraints

lb

Lower bounds of constraints

ub

Upper bound of constraints

type

Type of constraint bounds