lpSolveAPI (version 5.5.2.0-17.11)

set.branch.weights: Set Branch Weights

Description

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

Usage

set.branch.weights(lprec, weights)

Value

a NULL value is invisibly returned.

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.

Author

Kjell Konis kjell.konis@me.com

References

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