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]
First Published: 2017-04-17
Latest Update: 2022-09-11
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for ompr020406080100120140160180200220240TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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