View source: R/set.branch.mode.R
set.branch.mode | R Documentation |
Specify which branch to take first in the branch-and-bound algorithm for decision variables in an lpSolve linear program model object.
set.branch.mode(lprec, columns, modes)
lprec |
an lpSolve linear program model object. |
columns |
a numeric vector containing values from the set |
modes |
a character vector composed of the strings |
a NULL
value is invisibly returned.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.