Other packages > Find by keyword >

lpSolveAPI  

R Interface to 'lp_solve' Version 5.5.2.0
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("lpSolveAPI", "5.5.2.0-17.14")



Attach the package and use:
library("lpSolveAPI")
Maintained by
Florian Schwendinger
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-06-13
Latest Update: 2025-04-14
Description:
The lpSolveAPI package provides an R interface to 'lp_solve', a Mixed Integer Linear Programming (MILP) solver with support for pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
How to cite:
Florian Schwendinger (2008). lpSolveAPI: R Interface to 'lp_solve' Version 5.5.2.0. R package version 5.5.2.0-17.14, https://cran.r-project.org/web/packages/lpSolveAPI. Accessed 08 Jun. 2026.
Previous versions and publish date:
5.5.0.12-2 (2008-06-13 10:13), 5.5.0.12-3 (2008-06-16 12:09), 5.5.0.13 (2008-08-13 16:37), 5.5.0.14 (2009-02-12 09:14), 5.5.0.15-1 (2009-11-27 10:45), 5.5.0.15 (2009-09-28 12:35), 5.5.2.0-1 (2011-02-04 20:12), 5.5.2.0-4 (2011-05-20 14:41), 5.5.2.0-5 (2011-08-03 13:42), 5.5.2.0-8 (2013-01-11 07:35), 5.5.2.0-9 (2013-11-04 08:02), 5.5.2.0-11 (2014-06-27 06:56), 5.5.2.0-12 (2014-11-05 00:40), 5.5.2.0-13 (2014-11-10 09:42), 5.5.2.0-14 (2014-11-12 18:33), 5.5.2.0-17.1 (2019-05-29 06:44), 5.5.2.0-17.2 (2019-08-04 11:17), 5.5.2.0-17.3 (2019-08-04 17:26), 5.5.2.0-17.4 (2019-08-08 09:17), 5.5.2.0-17.6 (2020-01-10 13:20), 5.5.2.0-17.7 (2020-06-14 18:20), 5.5.2.0-17.8 (2022-08-12 10:20), 5.5.2.0-17.9 (2022-10-20 19:12), 5.5.2.0-17.10 (2023-09-03 15:40), 5.5.2.0-17.11 (2023-11-28 18:50), 5.5.2.0-17.12 (2024-07-19 08:40), 5.5.2.0-17.14 (2025-04-14 10:10), 5.5.2.0-17 (2016-01-13 08:49), 5.5.2.0 (2010-08-16 15:04)
Other packages that cited lpSolveAPI R package
View lpSolveAPI citation profile
Other R packages that lpSolveAPI depends, imports, suggests or enhances
Complete documentation for lpSolveAPI
Functions, R codes and Examples using the lpSolveAPI R package
Some associated functions: add.SOS . add.column . add.constraint . delete.column . delete.constraint . delete.lp . dim.lpExtPtr . dimnames.lpExtPtr . get.basis . get.bounds . get.branch.mode . get.column . get.constr.type . get.constr.value . get.constraints . get.dual.solution . get.kind . get.mat . getjective . get.primal.solution . get.rhs . get.sensitivityj . get.sensitivityjex . get.sensitivity.rhs . get.solutioncount . get.total.iter . get.total.nodes . get.type . get.variables . guess.basis . lp.control . lp.control.options . make.lp . name.lp . plot.lpExtPtr . print.lpExtPtr . read.lp . resize.lp . row.add.mode . select.solution . set.basis . set.bounds . set.branch.mode . set.branch.weights . set.column . set.constr.type . set.constr.value . set.mat . setjfn . set.rhs . set.row . set.semicont . set.type . solve.lpExtPtr . write.lp . 
Some associated R codes: add.SOS.R . add.column.R . add.constraint.R . delete.column.R . delete.constraint.R . delete.lp.R . dim.lpExtPtr.R . dimnames.lpExtPtr.R . get.basis.R . get.bounds.R . get.branch.mode.R . get.column.R . get.constr.type.R . get.constr.value.R . get.constraints.R . get.dual.solution.R . get.kind.R . get.mat.R . getjective.R . get.primal.solution.R . get.rhs.R . get.sensitivityj.R . get.sensitivityjex.R . get.sensitivity.rhs.R . get.solutioncount.R . get.total.iter.R . get.total.nodes.R . get.type.R . get.variables.R . guess.basis.R . lp.control.R . make.lp.R . name.lp.R . plot.lpExtPtr.R . print.lpExtPtr.R . read.lp.R . resize.lp.R . row.add.mode.R . select.solution.R . set.basis.R . set.bounds.R . set.branch.mode.R . set.branch.weights.R . set.column.R . set.constr.type.R . set.constr.value.R . set.mat.R . setjfn.R . set.rhs.R . set.row.R . set.semicont.R . set.type.R . solve.R . write.lp.R .  Full lpSolveAPI package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

geofacet  
'ggplot2' Faceting Utilities for Geographical Data
Provides geographical faceting functionality for 'ggplot2'. Geographical faceting arranges a sequen ...
Download / Learn more Package Citations See dependency  
ODMeans  
OD-Means: k-Means for Origin-Destination
OD-means is a hierarchical adaptive k-means algorithm based on origin-destination pairs. In the fir ...
Download / Learn more Package Citations See dependency  
FluMoDL  
Influenza-Attributable Mortality with Distributed-Lag Models
Functions to estimate the mortality attributable to influenza and temperature, using distributed-la ...
Download / Learn more Package Citations See dependency  
penppml  
Penalized Poisson Pseudo Maximum Likelihood Regression
A set of tools that enables efficient estimation of penalized Poisson Pseudo Maximum Likelihood reg ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
AdvBinomApps  
Upper Clopper-Pearson Confidence Limits for Burn-in Studies under Additional Available Information
Functions to compute upper Clopper-Pearson confidence limits of early life failure probabilities and ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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