Package: ompr
Type: Package
Title: Model and Solve Mixed Integer Linear Programs
Version: 0.8.0
Authors@R: person("Dirk", "Schumacher", email = "mail@dirk-schumacher.net",
            role = c("aut", "cre"))
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 <https://dirkschumacher.github.io/ompr> for more information, 
             documentation and examples.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.0.1
URL: https://github.com/dirkschumacher/ompr
BugReports: https://github.com/dirkschumacher/ompr/issues
Depends: R (>= 3.2.0)
Imports: lazyeval, progress, rlang (>= 0.2.0), methods, data.table,
        Rcpp (>= 0.12.12), Matrix
Suggests: magrittr, testthat
ByteCompile: Yes
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2018-06-11 18:32:06 UTC; dirkschumacher
Author: Dirk Schumacher [aut, cre]
Maintainer: Dirk Schumacher <mail@dirk-schumacher.net>
Repository: CRAN
Date/Publication: 2018-06-11 18:53:53 UTC
Built: R 4.1.0; x86_64-w64-mingw32; 2020-08-03 08:50:55 UTC; windows
Archs: i386, x64
