get.total.nodes: Get Total Nodes

View source: R/get.total.nodes.R

get.total.nodesR Documentation

Get Total Nodes

Description

Retrieves the total number of nodes processed in the branch-and-bound algorithm from a successfully solved lpSolve linear program model object.

Usage

get.total.nodes(lprec)

Arguments

lprec

an lpSolve linear program model object.

Details

The output of this function is only applicable for models containing integer variables.

Value

a single integer value giving the total number of nodes processed.

Author(s)

Kjell Konis kjell.konis@me.com

References

https://lpsolve.sourceforge.net/5.5/index.htm


lpSolveAPI documentation built on Sept. 3, 2023, 5:07 p.m.