View source: R/select.solution.R
select.solution | R Documentation |
Select which solution is returned by the lpSolve accessor methods.
select.solution(lprec, solution)
lprec |
an lpSolve linear program model object. |
solution |
optional. An integer between |
When the branch and bound algorithm is used (i.e., when there are integer, semi-continuous or SOS variables in the model) there may be multiple optimal solutions.
a single integer value: the number of optimal solutions.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.