get.total.nodes {lpSolveAPI} | 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
https://lpsolve.sourceforge.net/5.5/index.htm