Other packages > Find by keyword >

lpSolve  

Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
View on CRAN: Click here


Download and install lpSolve package within the R console
Install from CRAN:
install.packages("lpSolve")

Install from Github:
library("remotes")
install_github("cran/lpSolve")

Install by package version:
library("remotes")
install_version("lpSolve", "5.6.23")



Attach the package and use:
library("lpSolve")
Maintained by
Gábor Csárdi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2003-09-26
Latest Update: 2024-12-14
Description:
Lp_solve is freely available (under LGPL 2) software for solving linear, integer and mixed integer programs. In this implementation we supply a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems. This version calls lp_solve version 5.5.
How to cite:
Gábor Csárdi (2003). lpSolve: Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs. R package version 5.6.23, https://cran.r-project.org/web/packages/lpSolve. Accessed 07 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:54), 1.0.0 (2003-09-26 22:04), 1.0.1 (2004-04-06 08:30), 1.1.1 (2004-10-18 09:46), 1.1.3 (2004-10-19 09:45), 1.1.4 (2004-11-16 09:53), 1.1.5 (2004-12-14 11:26), 1.1.7 (2005-04-02 09:44), 1.1.8 (2005-04-12 10:41), 1.1.9 (2005-04-15 08:52), 5.5.1 (2006-04-21 09:37), 5.5.2 (2006-04-24 10:04), 5.5.3 (2006-05-04 13:08), 5.5.4 (2006-06-14 13:14), 5.5.5 (2006-09-11 10:00), 5.5.6 (2006-09-13 19:19), 5.5.7 (2006-10-27 17:14), 5.5.8 (2007-09-21 17:22), 5.6.1 (2008-04-28 08:17), 5.6.2 (2008-05-07 08:39), 5.6.3 (2008-06-05 23:15), 5.6.4 (2008-08-31 13:02), 5.6.5 (2010-08-06 18:42), 5.6.6 (2011-04-26 08:30), 5.6.7 (2013-03-23 08:30), 5.6.8 (2014-04-29 09:18), 5.6.9 (2014-06-20 08:23), 5.6.10 (2014-07-26 08:28), 5.6.11 (2015-04-07 00:41), 5.6.12 (2015-09-01 20:46), 5.6.13.1 (2019-05-28 16:41), 5.6.13.2 (2019-08-04 17:40), 5.6.13.3 (2019-08-19 10:20), 5.6.13 (2015-09-19 10:00), 5.6.15 (2020-01-24 23:20), 5.6.16 (2022-09-04 17:00), 5.6.17 (2022-10-10 23:50), 5.6.18 (2023-02-01 21:30), 5.6.19 (2023-09-13 13:20), 5.6.20 (2023-12-10 14:40), 5.6.21 (2024-09-12 19:40), 5.6.22 (2024-11-08 12:00)
Other packages that cited lpSolve R package
View lpSolve citation profile
Other R packages that lpSolve depends, imports, suggests or enhances
Complete documentation for lpSolve
Functions, R codes and Examples using the lpSolve R package
Some associated functions: lp.assign . lp . lpject . lp.transport . make.q8 . print.lp . 
Some associated R codes: lp.R . lp.assign.R . lp.transport.R . make.q8.R . print.lp.R . zzz.R .  Full lpSolve package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

bbricks  
Bayesian Methods and Graphical Model Structures for Statistical Modeling
A set of frequently used Bayesian parametric and nonparametric model structures, as well as a set of ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
BayesESS  
Determining Effective Sample Size
Determines effective sample size of a parametric prior distribution in Bayesian models. For a web-b ...
Download / Learn more Package Citations See dependency  
modelwordcloud  
Model Word Clouds
Makes a word cloud of text, sized by the frequency of the word, and colored either by user-specified ...
Download / Learn more Package Citations See dependency  
enrichwith  
Methods to Enrich R Objects with Extra Components
Provides the "enrich" method to enrich list-like R objects with new, relevant components. The curren ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA