View source: R/get.total.iter.R
get.total.iter | R Documentation |
Retrieves the total number of iterations from a successfully solved lpSolve linear program model object.
get.total.iter(lprec)
lprec |
an lpSolve linear program model object. |
If lprec
contains integer variables then this function returns the number of iterations to find a relaxed solution plus the number of iterations in the B&B process. If lprec
contains no integer variables then this function returns the number of iterations to find a solution.
a single integer value giving the total number of iterations.
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.