get.constr.value: Get Constraint Value

View source: R/get.constr.value.R

get.constr.valueR Documentation

Get Constraint Value

Description

Retrieve constraint values from an lpSolve linear program model object.

Usage

get.constr.value(lprec, side = c("rhs", "lhs"), constraints = 1:m)

Arguments

lprec

an lpSolve linear program model object.

side

either "rhs" (right-hand-side) or "lhs" (left-hand-side) - which constraint values to retrieve.

constraints

a numeric vector of unique values from the set {1, ..., m} (where m is the number of constraints in lprec) specifying the constraints for which the values will be retrieved.

Value

a numeric vector containing the constraint values.

Author(s)

Kjell Konis kjell.konis@me.com

References

https://lpsolve.sourceforge.net/5.5/index.htm


lpSolveAPI documentation built on Sept. 3, 2023, 5:07 p.m.