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]
First Published: 2003-09-26
Latest Update: 2023-02-01
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 09 Apr. 2025.
Previous versions and publish date:
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
03/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/08Downloads for lpSolve140016001800200022002400260028003000320034003600TrendBars

Today's Hot Picks in Authors and Packages

fisheye  
Transform Base Maps Using Log-Azimuthal Projection
Base maps are transformed to focus on a specific location using an azimuthal logarithmic distance t ...
Download / Learn more Package Citations See dependency  
multitaper  
Spectral Analysis Tools using the Multitaper Method
Implements multitaper spectral analysis using discrete prolate spheroidal sequences (Slepians) and s ...
Download / Learn more Package Citations See dependency  
cvmdisc  
Cramer von Mises Tests for Discrete or Grouped Distributions
Implements Cramer-von Mises Statistics for testing fit to (1) fully specified discrete distributions ...
Download / Learn more Package Citations See dependency  
MultSurvTests  
Permutation Tests for Multivariate Survival Analysis
Multivariate version of the two-sample Gehan and logrank tests, as described in L.J Wei & J.M Lachin ...
Download / Learn more Package Citations See dependency  
prettyglm  
Pretty Summaries of Generalized Linear Model Coefficients
One of the main advantages of using Generalised Linear Models is their interpretability. The goal ...
Download / Learn more Package Citations See dependency  
mmb  
Arbitrary Dependency Mixed Multivariate Bayesian Models
Supports Bayesian models with full and partial (hence arbitrary) dependencies between random variab ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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