lpSolve-class: 'lpSolve' Class Definition

Description Slots

Description

lpSolve Class Definition

Slots

modelname

name for model, type character (optional)

modelsense

model sense. legal values are min, max (optional: default max)

A

model constraints. numeric matrix

obj

objective function. type numeric. length is 1 or ncols of constraints

ub

upper bound. type numeric. length is 1 or ncols of constraints (optional: default value is Inf)

lb

lower bound. type numeric. length is 1 or ncols of constraints (optional: default valueis 0)

rhs

RHS constraints. type numeric. length is 1 or nrowss of constraints

sense

sense of constraints. legal values are "<=", "=", ">=", "free" length is 1 or nrowss of constraints


tom-n-pdx/lpSolveS4 documentation built on May 31, 2019, 5:15 p.m.