| set.branch.mode {lpSolveAPI} | R Documentation | 
Set Branch Mode
Description
Specify which branch to take first in the branch-and-bound algorithm for decision variables in an lpSolve linear program model object.
Usage
set.branch.mode(lprec, columns, modes)
Arguments
lprec | 
 an lpSolve linear program model object.  | 
columns | 
 a numeric vector containing values from the set   | 
modes | 
 a character vector composed of the strings   | 
Value
a NULL value is invisibly returned.
Author(s)
Kjell Konis kjell.konis@me.com
References
https://lpsolve.sourceforge.net/5.5/index.htm
[Package lpSolveAPI version 5.5.2.0-17.12 Index]