get.total.iter: Get Total Iterations

Description Usage Arguments Details Value Author(s) References

Description

Retrieves the total number of iterations from a successfully solved lpSolve linear program model object.

Usage

1

Arguments

lprec

an lpSolve linear program model object.

Details

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.

Value

a single integer value giving the total number of iterations.

Author(s)

Kjell Konis kjell.konis@me.com

References

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


lpSolveAPI documentation built on May 2, 2019, 6:50 p.m.