View source: R/get.total.nodes.R
get.total.nodes | R Documentation |
Retrieves the total number of nodes processed in the branch-and-bound algorithm from a successfully solved lpSolve linear program model object.
get.total.nodes(lprec)
lprec |
an lpSolve linear program model object. |
The output of this function is only applicable for models containing integer variables.
a single integer value giving the total number of nodes processed.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.