guess.basis | R Documentation |
Attempt to find a feasible basis corresponding to a user provided feasible point.
guess.basis(lprec, guess)
lprec |
an lpSolve linear program model object. |
guess |
a numeric vector of length |
if successful, a numeric vector containing the indices of a starting basis. This vector is suitable for use with the set.basis
function.
Kjell Konis kjell.konis@me.com
https://lpsolve.sourceforge.net/5.5/index.htm
set.basis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.