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.11")



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: 2023-09-03
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.11, https://cran.r-project.org/web/packages/lpSolveAPI
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 (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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns