lp.control function

lpSolve Control Parameters

lpSolve Control Parameters

Set control parameters in an lpSolve linear program model object.

lp.control(lprec, ..., reset = FALSE)

Arguments

  • lprec: an lpSolve linear program model object.
  • ...: control arguments to bet set in lprec.
  • reset: a logical value. If TRUE all control parameters are reset to their default values.

Returns

a list containing all of the control parameters as set internally in lprec.

References

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

Author(s)

Kjell Konis kjell.konis@me.com

See Also

lp.control.options

  • Maintainer: Florian Schwendinger
  • License: LGPL-2
  • Last published: 2024-07-19

Useful links