Other packages > Find by keyword >

ompr  

Model and Solve Mixed Integer Linear Programs
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("ompr", "1.0.4")



Attach the package and use:
library("ompr")
Maintained by
Dirk Schumacher
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-04-17
Latest Update: 2023-09-09
Description:
Model mixed integer linear programs in an algebraic way directly in R. The model is solver-independent and thus offers the possibility to solve a model with different solvers. It currently only supports linear constraints and objective functions. See the 'ompr' website for more information, documentation and examples.
How to cite:
Dirk Schumacher (2017). ompr: Model and Solve Mixed Integer Linear Programs. R package version 1.0.4, https://cran.r-project.org/web/packages/ompr. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.6.0 (2017-04-17 16:52), 0.7.0 (2017-11-18 00:09), 0.8.0 (2018-06-11 20:53), 0.8.1 (2020-12-04 12:20), 1.0.0 (2022-01-26 15:32), 1.0.1 (2022-01-26 16:42), 1.0.2 (2022-01-31 12:40), 1.0.3 (2022-09-11 17:50)
Other packages that cited ompr R package
View ompr citation profile
Other R packages that ompr depends, imports, suggests or enhances
Complete documentation for ompr
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

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  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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