-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1010 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: rmpk
Title: Model Linear and Quadratic Programs
Version: 0.1.0.9000
Authors@R:
person(given = "Dirk",
family = "Schumacher",
role = c("aut", "cre"),
email = "mail@dirk-schumacher.net")
Description: Model real world mixed integer programs in R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
covr,
knitr,
rmarkdown,
ROI,
ROI.plugin.glpk,
ROI.plugin.quadprog,
ROI.plugin.alabama,
ROIoptimizer,
testthat (>= 2.1.0)
Imports:
fastmap,
R6,
methods,
rlang,
MOI (>= 0.0.0.9001),
listcomp (>= 0.3.0.9000)
Remotes:
r-opt/MOI,
r-opt/ROIoptimizer,
dirkschumacher/listcomp
Collate:
'constraints.R'
'helper.R'
'variable-class.R'
'variable-methods.R'
'linear-expression-methods.R'
'mip-model-methods.R'
'roi-solver.R'
'mip-model.R'
'quadratic-expression-methods.R'
'rmpk-package.R'
'sum-expr.R'
VignetteBuilder: knitr