set.branch.weights: Set Branch Weights

View source: R/set.branch.weights.R

set.branch.weightsR Documentation

Set Branch Weights

Description

Set weights on the variables in an lpSolve linear program model object.

Usage

set.branch.weights(lprec, weights)

Arguments

lprec

an lpSolve linear program model object.

weights

a numeric vector with n elements (where n is the number of decision variables in lprec) containing the weights for the decision variables.

Value

a NULL value is invisibly returned.

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.