set.basis | R Documentation |
Set the initial basis in an lpSolve linear program model object.
set.basis(lprec, basis, nonbasic = FALSE, default = FALSE)
lprec |
an lpSolve linear program model object. |
basis |
a numeric vector of unique values from the set |
nonbasic |
a logical value. If |
default |
a logical value. If |
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.