get.solutioncount {lpSolveAPI}R Documentation

Get Solution Count

Description

Computes the number of equal solutions in a successfully solved lpSolve linear program model object. This is only valid if there are integer, semi-continuous or SOS variables in the model so that the branch-and-bound algorithm is used. This count gives the number of solutions with the same optimal objective value.

Usage

get.solutioncount(lprec)

Arguments

lprec an lpSolve linear program model object.

Value

a single integer value giving the number of solutions attaining the optimal objective value.

Author(s)

Kjell Konis kjell.konis@epfl.ch

References

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


[Package lpSolveAPI version 5.5.0.14 Index]