forked from dirkschumacher/ompr.roi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 919 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: ompr.roi
Type: Package
Title: A Solver for 'ompr' that Uses the R Optimization Infrastructure ('ROI')
Version: 0.7.0.9002
Authors@R: person("Dirk", "Schumacher", email = "[email protected]",
role = c("aut", "cre"))
Description: A solver for 'ompr' based on the R Optimization Infrastructure ('ROI').
The package makes all solvers in 'ROI' available to solve 'ompr' models. Please see the
'ompr' website <https://dirkschumacher.github.io/ompr> and package docs for more information
and examples on how to use it.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.0.1
URL: https://github.com/dirkschumacher/ompr.roi
BugReports: https://github.com/dirkschumacher/ompr.roi/issues
Depends: R (>= 3.4.0)
Imports:
ROI (>= 0.3.0),
slam,
methods,
Matrix,
ompr (>= 0.7.0.9003)
Remotes:
dirkschumacher/ompr
Suggests:
testthat,
magrittr,
ROI.plugin.glpk
ByteCompile: Yes